1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/wekan_ynh.git synced 2024-09-03 20:36:09 +02:00
This commit is contained in:
Alexandre Aubin 2017-02-12 15:36:23 +00:00
parent 1a3bbcb04d
commit b10bd7a92d

View file

@ -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