Merge branch 'master' of https://github.com/mikeckennedy/mongodb-for-python-developers
commit
4a563cbd1b
@ -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