mirror of
https://github.com/YunoHost-Apps/wekan_ynh.git
synced 2024-09-03 20:36:09 +02:00
remove nodejs_use_version deprecated
This commit is contained in:
parent
eed72dd957
commit
407520bed0
1 changed files with 0 additions and 1 deletions
|
@ -7,7 +7,6 @@ After=network.target mongodb.service
|
||||||
Type=simple
|
Type=simple
|
||||||
User=__APP__
|
User=__APP__
|
||||||
Group=__APP__
|
Group=__APP__
|
||||||
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__
|
||||||
|
|
Loading…
Reference in a new issue