Spaces:
Sleeping
Sleeping
Update config.yaml
Browse files- config.yaml +2 -0
config.yaml
CHANGED
@@ -13,4 +13,6 @@ litellm_settings: # module level litellm settings - https://github.com/BerriAI/l
|
|
13 |
|
14 |
general_settings:
|
15 |
master_key: sk-1234 # [OPTIONAL] Only use this if you to require all calls to contain this key (Authorization: Bearer sk-1234)
|
|
|
|
|
16 |
|
|
|
13 |
|
14 |
general_settings:
|
15 |
master_key: sk-1234 # [OPTIONAL] Only use this if you to require all calls to contain this key (Authorization: Bearer sk-1234)
|
16 |
+
|
17 |
+
database_url: postgresql://postgres.gzexcciopafindfkafwj:[YOUR-PASSWORD]@aws-0-eu-west-3.pooler.supabase.com:6543/postgres
|
18 |
|