mirror of
https://github.com/Chocobozzz/PeerTube.git
synced 2026-09-03 20:53:09 -05:00
* Modernize the OpenRC service with openrc-run and add upgrade documentation * Move some variables to conf.d
7 lines
144 B
Plaintext
7 lines
144 B
Plaintext
BASE_DIR="/var/www/peertube"
|
|
|
|
directory="${BASE_DIR}/peertube-latest"
|
|
|
|
export NODE_ENV="production"
|
|
export NODE_CONFIG_DIR="${BASE_DIR}/config"
|