reztilop commited on
Commit
15cfcfb
·
verified ·
1 Parent(s): 961e39d

Update config.yaml

Browse files
Files changed (1) hide show
  1. 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: postgresql://postgres.gzexcciopafindfkafwj:[MY_DB_PASSEWORD]@aws-0-eu-west-3.pooler.supabase.com:6543/postgres
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