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
df3a5e9b40
commit
8c404f0f09
2 changed files with 1 additions and 45 deletions
|
@ -3,5 +3,5 @@ SOURCE_SUM=a85954b127ed6ad377a8f178b6762262d9ee6ddb8cdd1905a76929e3621cf85b
|
||||||
SOURCE_SUM_PRG=sha256sum
|
SOURCE_SUM_PRG=sha256sum
|
||||||
SOURCE_FORMAT=tar.gz
|
SOURCE_FORMAT=tar.gz
|
||||||
SOURCE_IN_SUBDIR=true
|
SOURCE_IN_SUBDIR=true
|
||||||
SOURCE_FILENAME=rocket.chat-4.1.2.tgz
|
SOURCE_FILENAME=rocket.chat.tgz
|
||||||
SOURCE_EXTRACT=true
|
SOURCE_EXTRACT=true
|
||||||
|
|
|
@ -1,44 +0,0 @@
|
||||||
# mongod.conf
|
|
||||||
|
|
||||||
# for documentation of all options, see:
|
|
||||||
# http://docs.mongodb.org/manual/reference/configuration-options/
|
|
||||||
|
|
||||||
# Where and how to store data.
|
|
||||||
storage:
|
|
||||||
dbPath: /var/lib/mongodb
|
|
||||||
journal:
|
|
||||||
enabled: true
|
|
||||||
engine: wiredTiger
|
|
||||||
# mmapv1:
|
|
||||||
# wiredTiger:
|
|
||||||
|
|
||||||
# where to write logging data.
|
|
||||||
systemLog:
|
|
||||||
destination: file
|
|
||||||
logAppend: true
|
|
||||||
path: /var/log/mongodb/mongod.log
|
|
||||||
|
|
||||||
# network interfaces
|
|
||||||
net:
|
|
||||||
port: 27017
|
|
||||||
bindIp: 127.0.0.1
|
|
||||||
|
|
||||||
|
|
||||||
# how the process runs
|
|
||||||
processManagement:
|
|
||||||
timeZoneInfo: /usr/share/zoneinfo
|
|
||||||
|
|
||||||
#security:
|
|
||||||
|
|
||||||
#operationProfiling:
|
|
||||||
|
|
||||||
replication:
|
|
||||||
replSetName: rs01
|
|
||||||
|
|
||||||
#sharding:
|
|
||||||
|
|
||||||
## Enterprise-Only Options:
|
|
||||||
|
|
||||||
#auditLog:
|
|
||||||
|
|
||||||
#snmp:
|
|
Loading…
Add table
Reference in a new issue