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

[fix] Bad url in registration link

This commit is contained in:
ljf 2017-11-09 12:07:40 +01:00
parent 79c03c6fd8
commit 28afa51fd8

View file

@ -11,7 +11,7 @@ ExecStartPre=__NODEJS__
Environment="PATH=__ENV_PATH__" Environment="PATH=__ENV_PATH__"
Environment=NODE_ENV=production Environment=NODE_ENV=production
Environment=MONGO_URL=mongodb://127.0.0.1:27017/__DB_NAME__ Environment=MONGO_URL=mongodb://127.0.0.1:27017/__DB_NAME__
Environment=ROOT_URL=https://__DOMAIN__:__PORT____URI__ PORT=__PORT__ Environment=ROOT_URL=https://__DOMAIN____URI__ PORT=__PORT__
WorkingDirectory=__FINALPATH__ WorkingDirectory=__FINALPATH__
ExecStart=/opt/node_n/bin/node __FINALPATH__/main.js ExecStart=/opt/node_n/bin/node __FINALPATH__/main.js
Restart=on-failure Restart=on-failure