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

11 lines
216 B
Bash

# The path to NODEJS
PATH=__NODEJS_PATH__
# URL of the mongodb
MONGO_URL=mongodb://127.0.0.1:27017/__DB_NAME__
# Root URL
ROOT_URL=https://__DOMAIN_URI__ PORT=__PORT__
# The Node Environnement
NODE_ENV=production