Files
almalinux/rootfs/usr/local/share/template-files/config/env/examples/postgres.sh
casjay 64c926ff2c
Some checks failed
almalinux-10-dev / almalinux-10-dev (push) Has been cancelled
almalinux-10 / almalinux-10 (push) Has been cancelled
almalinux-8-dev / almalinux-8-dev (push) Has been cancelled
almalinux-8 / almalinux-8 (push) Has been cancelled
almalinux-9-dev / almalinux-9-dev (push) Has been cancelled
almalinux-9 / almalinux-9 (push) Has been cancelled
almalinux / release-almalinux (push) Has been cancelled
🦈🏠🐜 Initial Commit 🐜🦈🏠
2025-09-16 23:38:37 -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)}"
# - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -