56
This commit is contained in:
@@ -15,11 +15,12 @@ FRONTEND_PORT=80
|
||||
# ============================
|
||||
# DATABASE (PostgreSQL)
|
||||
# ============================
|
||||
# На VPS используй: openssl rand -base64 32
|
||||
DB_HOST=postgres
|
||||
DB_PORT=5432
|
||||
DB_NAME=pg_admin
|
||||
DB_USER=postgres
|
||||
DB_PASSWORD=CHANGE_ME_SECURE_PASSWORD
|
||||
DB_PASSWORD=CHANGE_ME_TO_STRONG_PASSWORD_GENERATED_WITH_OPENSSL
|
||||
DB_HOST_DEV=localhost
|
||||
|
||||
# Connection pool
|
||||
|
||||
Reference in New Issue
Block a user