1
0
Fork 0
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:
ericgaspar 2021-07-24 23:43:14 +02:00
parent c6f389eca6
commit 6e94ffa6b2
No known key found for this signature in database
GPG key ID: 574F281483054D44

View file

@ -14,7 +14,7 @@ StandardError=syslog
SyslogIdentifier=__APP__
Environment=MONGO_URL=mongodb://localhost:27017/__APP__?replicaSet=01-rs
Environment=MONGO_OPLOG_URL=mongodb://localhost:27017/local?replicaSet=01-rs
Environment=ROOT_URL=https://__DOMAIN____PATH__
Environment=ROOT_URL=https://__DOMAIN____PATH__:__PORT__
Environment=PORT=__PORT__
[Install]