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
|
dbPath: /var/lib/mongodb
|
||||||
journal:
|
journal:
|
||||||
enabled: true
|
enabled: true
|
||||||
engine: wiredTiger/
|
engine: wiredTiger
|
||||||
# mmapv1:
|
# mmapv1:
|
||||||
# wiredTiger:
|
# wiredTiger:
|
||||||
|
|
||||||
|
@ -32,7 +32,7 @@ processManagement:
|
||||||
|
|
||||||
#operationProfiling:
|
#operationProfiling:
|
||||||
|
|
||||||
replSetName: rs01/
|
replSetName: rs01
|
||||||
|
|
||||||
#sharding:
|
#sharding:
|
||||||
|
|
||||||
|
|
|
@ -13,7 +13,7 @@ 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://__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]
|
[Install]
|
||||||
WantedBy=multi-user.target
|
WantedBy=multi-user.target
|
||||||
|
|
Loading…
Add table
Reference in a new issue