mirror of
https://github.com/open-webui/pipelines
synced 2025-06-26 18:15:58 +00:00
Merge edd16aa79c
into adec65727e
This commit is contained in:
commit
4bb3e34992
@ -40,7 +40,7 @@ class Pipeline:
|
|||||||
**{
|
**{
|
||||||
"pipelines": ["*"], # Connect to all pipelines
|
"pipelines": ["*"], # Connect to all pipelines
|
||||||
"DB_HOST": os.getenv("DB_HOST", "http://localhost"), # Database hostname
|
"DB_HOST": os.getenv("DB_HOST", "http://localhost"), # Database hostname
|
||||||
"DB_PORT": os.getenv("DB_PORT", 5432), # Database port
|
"DB_PORT": os.getenv("DB_PORT", "5432"), # Database port
|
||||||
"DB_USER": os.getenv("DB_USER", "postgres"), # User to connect to the database with
|
"DB_USER": os.getenv("DB_USER", "postgres"), # User to connect to the database with
|
||||||
"DB_PASSWORD": os.getenv("DB_PASSWORD", "password"), # Password to connect to the database with
|
"DB_PASSWORD": os.getenv("DB_PASSWORD", "password"), # Password to connect to the database with
|
||||||
"DB_DATABASE": os.getenv("DB_DATABASE", "postgres"), # Database to select on the DB instance
|
"DB_DATABASE": os.getenv("DB_DATABASE", "postgres"), # Database to select on the DB instance
|
||||||
|
Loading…
Reference in New Issue
Block a user