pretendo-docker/config/mongod.conf
Matthew Lopez 1d6f6a9f59
Set up MongoDB as a single-server replication set
This is necessary because the account server uses transactions, which only work in a replication set.
2023-12-18 20:51:45 -05:00

11 lines
128 B
Plaintext

storage:
dbPath: /data/db
net:
port: 27017
bindIp: 0.0.0.0
replication:
oplogSizeMB: 2000
replSetName: rs