1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/rocketchat_ynh.git synced 2024-09-03 20:16:25 +02:00
This commit is contained in:
ericgaspar 2021-06-30 09:31:50 +02:00
parent 481feb02c2
commit af6bcfd51b
No known key found for this signature in database
GPG key ID: 574F281483054D44
2 changed files with 3 additions and 3 deletions

View file

@ -8,7 +8,7 @@ storage:
dbPath: /var/lib/mongodb
journal:
enabled: true
engine: wiredTiger/
engine: wiredTiger
# mmapv1:
# wiredTiger:
@ -32,7 +32,7 @@ processManagement:
#operationProfiling:
replSetName: rs01/
replSetName: rs01
#sharding:

View file

@ -13,7 +13,7 @@ StandardOutput=syslog
StandardError=syslog
SyslogIdentifier=rocketchat
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__
Environment=MONGO_URL=mongodb://127.0.0.1:27017/rocketchat?replicaSet=rs01 MONGO_OPLOG_URL=mongodb://127.0.0.1:27017/local?replicaSet=rs01 ROOT_URL=http://__DOMAIN__:__PORT__ PORT=__PORT__
[Install]
WantedBy=multi-user.target