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:
parent
79c03c6fd8
commit
28afa51fd8
1 changed files with 1 additions and 1 deletions
|
@ -11,7 +11,7 @@ ExecStartPre=__NODEJS__
|
|||
Environment="PATH=__ENV_PATH__"
|
||||
Environment=NODE_ENV=production
|
||||
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__
|
||||
ExecStart=/opt/node_n/bin/node __FINALPATH__/main.js
|
||||
Restart=on-failure
|
||||
|
|
Loading…
Reference in a new issue