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"
|