mirror of
https://github.com/YunoHost-Apps/rocketchat_ynh.git
synced 2024-09-03 20:16:25 +02:00
Fix
This commit is contained in:
parent
481feb02c2
commit
af6bcfd51b
2 changed files with 3 additions and 3 deletions
|
@ -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:
|
||||
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue