1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/distbin_ynh.git synced 2024-09-03 18:26:10 +02:00
distbin_ynh/conf/.env
2023-08-15 13:54:48 +02:00

17 lines
No EOL
341 B
Bash

# The path to NODEJS
PATH=__YNH_NODE_LOAD_PATH__
# The port used by the application
PORT=__PORT__
# The directory where is store the database
DB_DIR=__DATA_DIR__/distbin-db
# The external URL
EXTERNAL_URL=https://__DOMAIN____PATH__/
# The internal URL
INTERNAL_URL=http://127.0.0.1:__PORT__/
# The Node Environnement
NODE_ENV=production