Spaces:
Sleeping
Sleeping
Update config.yaml
Browse files- config.yaml +1 -1
config.yaml
CHANGED
@@ -14,5 +14,5 @@ litellm_settings: # module level litellm settings - https://github.com/BerriAI/l
|
|
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:
|
18 |
|
|
|
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: "${DATABASE_URL}"
|
18 |
|