1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/wekan_ynh.git synced 2024-09-03 20:36:09 +02:00
wekan_ynh/conf/.env

15 lines
223 B
Bash
Raw Normal View History

# The path to NODEJS
PATH=__NODEJS_PATH__
# URL of the mongodb
MONGO_URL=mongodb://127.0.0.1:27017/__DB_NAME__
# Root URL
2019-03-06 04:15:18 +01:00
ROOT_URL=https://__DOMAIN_URI__
#Port
PORT=__PORT__
# The Node Environnement
NODE_ENV=production