mirror of
https://github.com/YunoHost-Apps/distbin_ynh.git
synced 2024-09-03 18:26:10 +02:00
14 lines
No EOL
270 B
Bash
14 lines
No EOL
270 B
Bash
# The path to NODEJS
|
|
PATH=__NODEJS_PATH__
|
|
|
|
# The port used by the application
|
|
PORT=__PORT__
|
|
|
|
# The directory where is store the database
|
|
DB_DIR=__FINALPATH__/distbin-db
|
|
|
|
# The external URL
|
|
EXTERNAL_URL=https://__DOMAIN_URI__
|
|
|
|
# The Node Environnement
|
|
NODE_ENV=production |