mirror of
https://github.com/YunoHost-Apps/wekan_ynh.git
synced 2024-09-03 20:36:09 +02:00
14 lines
223 B
Bash
14 lines
223 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=__PORT__
|
|
|
|
# The Node Environnement
|
|
NODE_ENV=production
|