mirror of
https://github.com/YunoHost-Apps/wekan_ynh.git
synced 2024-09-03 20:36:09 +02:00
Fix port
This commit is contained in:
parent
fcfff7fefb
commit
83077dd5ac
1 changed files with 4 additions and 1 deletions
|
@ -5,7 +5,10 @@ PATH=__NODEJS_PATH__
|
||||||
MONGO_URL=mongodb://127.0.0.1:27017/__DB_NAME__
|
MONGO_URL=mongodb://127.0.0.1:27017/__DB_NAME__
|
||||||
|
|
||||||
# Root URL
|
# Root URL
|
||||||
ROOT_URL=https://__DOMAIN_URI__ PORT=__PORT__
|
ROOT_URL=https://__DOMAIN_URI__
|
||||||
|
|
||||||
|
#Port
|
||||||
|
PORT=__PORT__
|
||||||
|
|
||||||
# The Node Environnement
|
# The Node Environnement
|
||||||
NODE_ENV=production
|
NODE_ENV=production
|
||||||
|
|
Loading…
Reference in a new issue