Files
debian/rootfs/usr/local/share/template-files/config/env/examples/postgres.sh
casjay c250e77b46
Some checks failed
debian-10 / debian-10 (push) Has been cancelled
debian-11 / debian-11 (push) Has been cancelled
debian-12 / debian-12 (push) Has been cancelled
debian-13 / debian-13 (push) Has been cancelled
debian / release-debian (push) Has been cancelled
🦈🏠🐜 Initial Commit 🐜🦈🏠
2025-09-16 23:38:40 -04:00

9 lines
448 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)}"
# - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -