2019-02-08 23:10:29 +01:00
|
|
|
# The path to NODEJS
|
2020-08-08 20:44:31 +02:00
|
|
|
PATH=__YNH_NODE_LOAD_PATH__
|
2019-02-08 23:10:29 +01:00
|
|
|
|
|
|
|
# The port used by the application
|
|
|
|
PORT=__PORT__
|
|
|
|
|
|
|
|
# The directory where is store the database
|
2023-08-15 12:19:13 +02:00
|
|
|
DB_DIR=__DATA_DIR__/distbin-db
|
2019-02-08 23:10:29 +01:00
|
|
|
|
|
|
|
# The external URL
|
2020-08-08 20:40:00 +02:00
|
|
|
EXTERNAL_URL=https://__DOMAIN____PATH__/
|
2019-02-08 23:10:29 +01:00
|
|
|
|
2019-03-19 19:17:19 +01:00
|
|
|
# The internal URL
|
2023-08-15 13:54:48 +02:00
|
|
|
INTERNAL_URL=http://127.0.0.1:__PORT__/
|
2019-03-19 19:17:19 +01:00
|
|
|
|
2019-02-08 23:10:29 +01:00
|
|
|
# The Node Environnement
|
|
|
|
NODE_ENV=production
|