casjay 780e3dd5d0
🦈🏠🐜 Initial Commit 🐜🦈🏠
2023-08-23 22:49:52 -04:00

25 lines
380 B
Plaintext

# mongod.conf
# where to write logging data.
systemLog:
destination: file
logAppend: true
path: /dev/stdout
# Where and how to store data.
storage:
dbPath: REPLACE_DATABASE_DIR
journal:
enabled: true
# engine:
# wiredTiger:
# how the process runs
processManagement:
timeZoneInfo: /usr/share/zoneinfo
# network interfaces
net:
port: 27017
bindIp: 0.0.0.0