mirror of
https://github.com/YunoHost-Apps/wekan_ynh.git
synced 2024-09-03 20:36:09 +02:00
Moar fix
This commit is contained in:
parent
1a3bbcb04d
commit
b10bd7a92d
1 changed files with 1 additions and 1 deletions
|
@ -9,7 +9,7 @@ WorkingDirectory=WEKAN_INSTALL_PATH
|
|||
ExecStart=WEKAN_NODEJS_PATH main.js
|
||||
Environment=NODE_ENV=production
|
||||
Environment=MONGO_URL=mongodb://127.0.0.1:27017/WEKAN_DB_NAME
|
||||
Environment=ROOT_URL=http://127.0.0.1:WEKAN_PORT/WEKAN_URI PORT=WEKAN_PORT
|
||||
Environment=ROOT_URL=http://127.0.0.1:WEKAN_PORTWEKAN_URI PORT=WEKAN_PORT
|
||||
User=wekan
|
||||
Restart=on-failure
|
||||
#StartLimitInterval=86400
|
||||
|
|
Loading…
Add table
Reference in a new issue