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

17 lines
331 B
Bash
Raw Normal View History

# The path to NODEJS
PATH=__NODEJS_PATH__
# The port used by the application
PORT=__PORT__
# The directory where is store the database
2019-02-09 00:12:10 +01:00
DB_DIR=__FINALPATH__/distbin-db
# The external URL
2019-03-19 20:22:30 +01:00
EXTERNAL_URL=https://__DOMAIN_URI__/
2019-03-19 19:17:19 +01:00
# The internal URL
INTERNAL_URL=http://localhost:__PORT__/
# The Node Environnement
NODE_ENV=production