Files
ubuntu/rootfs/usr/local/share/template-files/config/env/examples/postgres.sh
casjay ad02568155
Some checks failed
ubuntu-18-04 / ubuntu-18-04 (push) Has been cancelled
ubuntu-20-04 / ubuntu-20-04 (push) Has been cancelled
ubuntu-22-04 / ubuntu-22-04 (push) Failing after 31s
ubuntu-24-10 / ubuntu-24-10 (push) Failing after 8s
ubuntu-24-04 / ubuntu-24-04 (push) Failing after 10m19s
ubuntu / release-ubuntu (push) Failing after 9m48s
🦈🏠🐜 Initial Commit 🐜🦈🏠
2025-11-29 11:11:50 -05:00

9 lines
408 B
Bash

# - - - - - - - - - - - - - - - - - - - - - - - - -
# postgresql env
PGDATA="${DATABASE_DIR_PGSQL:-$PGDATA}"
DATABASE_DIR_PGSQL="${DATABASE_DIR_PGSQL:-/data/db/postgres}"
POSTGRES_USER="${DATABASE_USER_ROOT:-$POSTGRES_USER}"
POSTGRES_PASSWORD="${DATABASE_PASS_ROOT:-$POSTGRES_PASSWORD}"
POSTGRES_CONFIG_FILE="${POSTGRES_CONFIG_FILE:-$(__find_pgsql_conf)}"
# - - - - - - - - - - - - - - - - - - - - - - - - -