6 lines
239 B
Bash
6 lines
239 B
Bash
# pgdb compose secrets — copy to /opt/database/.env on the host, chmod 600.
|
|
# NEVER commit the real values. Generate: openssl rand -hex 24
|
|
POSTGRES_PASSWORD=change-me-strong-hex
|
|
PGWEB_AUTH_USER=pgweb
|
|
PGWEB_AUTH_PASS=change-me-strong-hex
|