17 lines
211 B
Plaintext
17 lines
211 B
Plaintext
systemLog:
|
|
destination: file
|
|
logAppend: true
|
|
path: ./data/rs1.log
|
|
|
|
storage:
|
|
dbPath: ./data/rs0-1
|
|
|
|
net:
|
|
bindIp: localhost
|
|
port: 27018
|
|
|
|
replication:
|
|
replSetName: rs0
|
|
|
|
processManagement:
|
|
fork: true |