mirror of
https://github.com/YunoHost-Apps/wekan_ynh.git
synced 2024-09-03 20:36:09 +02:00
11 lines
216 B
Bash
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
|