mirror of
https://github.com/casjaysdevdocker/rarbg
synced 2025-01-19 12:34:26 -05:00
9 lines
316 B
Bash
9 lines
316 B
Bash
|
# - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
||
|
# GLOBAL enviroment variables
|
||
|
USER="${USER:-root}"
|
||
|
LANG="${LANG:-C.UTF-8}"
|
||
|
TZ="${TZ:-America/New_York}"
|
||
|
SERVICE_USER="${SERVICE_USER:-root}"
|
||
|
ENV_PORTS="${ENV_PORTS//\/*/}"
|
||
|
# - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|