refactor: unify env vars — no hardcoded credentials, LOG_LEVEL/SESSION from env

This commit is contained in:
Lizandro Guarnizo
2026-03-11 21:16:52 -05:00
parent 7769e5d4f0
commit 7cca8342b5
3 changed files with 14 additions and 14 deletions
+1 -1
View File
@@ -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