This repository has been archived on 2022-03-12. You can view files and clone it, but cannot push or open issues or pull requests.
Lateinicus/server/mongod.conf
2018-10-09 15:13:18 +02:00

13 lines
215 B
Plaintext

storage:
engine: wiredTiger
dbPath: /etc/mongo/db/
wiredTiger:
engineConfig:
cacheSizeGB: 0.25
security:
authorization: enabled
javascriptEnabled: false
net:
port: 27017