mirror of
https://github.com/YunoHost-Apps/rocketchat_ynh.git
synced 2024-09-03 20:16:25 +02:00
Update systemd.service
This commit is contained in:
parent
6e94ffa6b2
commit
e020cc6a96
1 changed files with 3 additions and 3 deletions
|
@ -12,9 +12,9 @@ ExecStart=__YNH_NODE__ main.js
|
||||||
StandardOutput=syslog
|
StandardOutput=syslog
|
||||||
StandardError=syslog
|
StandardError=syslog
|
||||||
SyslogIdentifier=__APP__
|
SyslogIdentifier=__APP__
|
||||||
Environment=MONGO_URL=mongodb://localhost:27017/__APP__?replicaSet=01-rs
|
Environment=MONGO_URL=mongodb://localhost:27017/__APP__?replicaSet=rs01
|
||||||
Environment=MONGO_OPLOG_URL=mongodb://localhost:27017/local?replicaSet=01-rs
|
Environment=MONGO_OPLOG_URL=mongodb://localhost:27017/local?replicaSet=rs01
|
||||||
Environment=ROOT_URL=https://__DOMAIN____PATH__:__PORT__
|
Environment=ROOT_URL=https://__DOMAIN____PATH__
|
||||||
Environment=PORT=__PORT__
|
Environment=PORT=__PORT__
|
||||||
|
|
||||||
[Install]
|
[Install]
|
||||||
|
|
Loading…
Add table
Reference in a new issue