Files
k42api/mongod-rs0.conf
2025-03-02 20:53:34 -04:00

17 lines
211 B
Plaintext

systemLog:
destination: file
logAppend: true
path: ./data/rs0.log
storage:
dbPath: ./data/rs0-0
net:
bindIp: localhost
port: 27017
replication:
replSetName: rs0
processManagement:
fork: true