You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
13 lines
230 B
Plaintext
13 lines
230 B
Plaintext
8 years ago
|
systemLog:
|
||
|
destination: file
|
||
|
path: C:\mongodb\logs\mongo-service.log
|
||
|
logAppend: true
|
||
|
storage:
|
||
|
directoryPerDB: true
|
||
|
dbPath: C:\mongodb\data
|
||
|
journal:
|
||
|
enabled: true
|
||
|
net:
|
||
|
bindIp: 127.0.0.1
|
||
|
port: 27017
|
||
|
|