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
b1bca21c4e
commit
28f28c3f99
1 changed files with 8 additions and 1 deletions
|
@ -13,7 +13,14 @@ StandardOutput=syslog
|
||||||
StandardError=syslog
|
StandardError=syslog
|
||||||
SyslogIdentifier=rocketchat
|
SyslogIdentifier=rocketchat
|
||||||
|
|
||||||
Environment=MONGO_URL=mongodb://localhost:27017/rocketchat?replicaSet=rs01 MONGO_OPLOG_URL=mongodb://localhost:27017/local?replicaSet=rs01 ROOT_URL=http://localhost:__PORT__/ PORT=__PORT__
|
Environment=MONGO_URL=mongodb://localhost:27017/rocketchat?replicaSet=rs01
|
||||||
|
MONGO_OPLOG_URL=mongodb://localhost:27017/local?replicaSet=rs01
|
||||||
|
ROOT_URL=http://__DOMAIN__:__PORT__
|
||||||
|
PORT=__PORT__
|
||||||
|
|
||||||
[Install]
|
[Install]
|
||||||
WantedBy=multi-user.target
|
WantedBy=multi-user.target
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue