Browse Source

add mongo conf

sunsheng 1 year ago
parent
commit
d414670755
1 changed files with 11 additions and 0 deletions
  1. 11 0
      package/mongod.cfg

+ 11 - 0
package/mongod.cfg

@@ -0,0 +1,11 @@
+systemLog:
+  destination: file
+  path: "C:\\Program Files\\MongoDB\\Server\\3.6\\log\\mongod.log"
+  logAppend: true
+storage:
+  dbPath: "C:\\Program Files\\MongoDB\\Server\\3.6\\data\\db"
+  journal:
+    enabled: true
+net:
+  bindIp: 127.0.0.1
+  port: 27017