♻️(documentation) remove unused environment variables
Yesterday during a deployment, we discovered that these variables are unused: POSTGRES_DB POSTGRES_USER POSTGRES_PASSWORD
This commit is contained in:
committed by
aleb_the_flash
parent
1b26dea178
commit
483a219ac4
@@ -35,9 +35,6 @@ backend:
|
||||
DB_USER: dinum
|
||||
DB_PASSWORD: pass
|
||||
DB_PORT: 5432
|
||||
POSTGRES_DB: meet
|
||||
POSTGRES_USER: dinum
|
||||
POSTGRES_PASSWORD: pass
|
||||
REDIS_URL: redis://default:pass@redis-master:6379/1
|
||||
STORAGES_STATICFILES_BACKEND: django.contrib.staticfiles.storage.StaticFilesStorage
|
||||
LIVEKIT_API_SECRET: secret
|
||||
|
||||
Reference in New Issue
Block a user