mirror of
https://github.com/casjaysdevdocker/buildah
synced 2025-01-18 12:34:21 -05:00
11 lines
597 B
Bash
11 lines
597 B
Bash
# - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
|
# directory settings
|
|
BACKUP_DIR="${BACKUP_DIR:-/data/backups}"
|
|
WWW_ROOT_DIR="${WWW_ROOT_DIR:-/data/htdocs}"
|
|
LOCAL_BIN_DIR="${LOCAL_BIN_DIR:-/usr/local/bin}"
|
|
DATABASE_BASE_DIR="${DATABASE_BASE_DIR:-/data/db}"
|
|
DEFAULT_DATA_DIR="${DEFAULT_DATA_DIR:-/usr/local/share/template-files/data}"
|
|
DEFAULT_CONF_DIR="${DEFAULT_CONF_DIR:-/usr/local/share/template-files/config}"
|
|
DEFAULT_TEMPLATE_DIR="${DEFAULT_TEMPLATE_DIR:-/usr/local/share/template-files/defaults}"
|
|
# - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|