зеркало из https://github.com/mozilla/MozDef.git
Add config directory from mozdef public
Signed-off-by: Brandon Myers <bmyers@mozilla.com>
This commit is contained in:
Родитель
8895fed1e9
Коммит
776c59be2e
|
@ -0,0 +1,45 @@
|
||||||
|
# mongod.conf
|
||||||
|
|
||||||
|
# for documentation of all options, see:
|
||||||
|
# http://docs.mongodb.org/manual/reference/configuration-options/
|
||||||
|
|
||||||
|
# where to write logging data.
|
||||||
|
systemLog:
|
||||||
|
destination: file
|
||||||
|
logAppend: true
|
||||||
|
path: /opt/mozdef/envs/mozdef/logs/meteor-mongo.log
|
||||||
|
|
||||||
|
# Where and how to store data.
|
||||||
|
storage:
|
||||||
|
dbPath: /opt/mozdef/envs/mongo/db
|
||||||
|
journal:
|
||||||
|
enabled: true
|
||||||
|
mmapv1:
|
||||||
|
smallFiles: true
|
||||||
|
# wiredTiger:
|
||||||
|
|
||||||
|
# how the process runs
|
||||||
|
processManagement:
|
||||||
|
fork: true # fork and run in background
|
||||||
|
pidFilePath: /var/run/mozdefdb/mozdefdb.pid # location of pidfile
|
||||||
|
|
||||||
|
# network interfaces
|
||||||
|
net:
|
||||||
|
port: 3002
|
||||||
|
bindIp: 127.0.0.1 # Listen to local interface only, comment to listen on all interfaces.
|
||||||
|
|
||||||
|
|
||||||
|
#security:
|
||||||
|
|
||||||
|
#operationProfiling:
|
||||||
|
|
||||||
|
replication:
|
||||||
|
oplogSizeMB: 8
|
||||||
|
|
||||||
|
#sharding:
|
||||||
|
|
||||||
|
## Enterprise-Only Options
|
||||||
|
|
||||||
|
#auditLog:
|
||||||
|
|
||||||
|
#snmp:
|
Загрузка…
Ссылка в новой задаче