Here are the server config files for Windows.
parent
2bdbf9ef19
commit
3685d4f9c8
@ -0,0 +1,8 @@
|
|||||||
|
storage:
|
||||||
|
directoryPerDB: true
|
||||||
|
dbPath: C:\mongodb\data
|
||||||
|
journal:
|
||||||
|
enabled: true
|
||||||
|
net:
|
||||||
|
bindIp: 127.0.0.1
|
||||||
|
port: 27017
|
@ -0,0 +1,13 @@
|
|||||||
|
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
|
||||||
|
|
Loading…
Reference in New Issue