Merge pull request #148 from kithmina1999/fix/postgres-password-auth

fix: change DB_PASSWORD to static value
This commit is contained in:
Chamika J
2025-06-05 13:18:41 +05:30
committed by GitHub

View File

@@ -92,7 +92,7 @@ LOGIN_SUCCESS_REDIRECT="${FRONTEND_URL}/auth/authenticating"
DB_HOST=db
DB_PORT=5432
DB_USER=postgres
DB_PASSWORD=$(openssl rand -base64 48)
DB_PASSWORD=password
DB_NAME=worklenz_db
DB_MAX_CLIENTS=50
USE_PG_NATIVE=true