refactor: unify env vars — no hardcoded credentials, LOG_LEVEL/SESSION from env
This commit is contained in:
@@ -31,7 +31,7 @@ services:
|
||||
- DB_PORT=${DB_PORT:-3306}
|
||||
- DB_NAME=${DB_NAME:-usite_whatsapp_bot}
|
||||
- DB_USER=${DB_USER:-usite_whatsapp_user}
|
||||
- DB_PASS=${DB_PASS:-6q!Vio0fn@PFmsLyHjH5}
|
||||
- DB_PASS=${DB_PASS}
|
||||
|
||||
# Redis
|
||||
- REDIS_HOST=redis
|
||||
|
||||
Reference in New Issue
Block a user