Files
call-center/.env.postgres.server.template

7 lines
248 B
Bash

# Server-only template for deployment/docker-compose.postgres.server.yml
# Copy to .env.postgres.server on the target host and replace the password.
POSTGRES_DB=mvpcc
POSTGRES_USER=mvpcc_app
POSTGRES_PASSWORD=change-me-with-a-strong-random-secret