Skip to content

Commit 3685d4f

Browse files
committed
Here are the server config files for Windows.
1 parent 2bdbf9e commit 3685d4f

File tree

2 files changed

+21
-0
lines changed

2 files changed

+21
-0
lines changed
+8
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
storage:
2+
directoryPerDB: true
3+
dbPath: C:\mongodb\data
4+
journal:
5+
enabled: true
6+
net:
7+
bindIp: 127.0.0.1
8+
port: 27017
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
systemLog:
2+
destination: file
3+
path: C:\mongodb\logs\mongo-service.log
4+
logAppend: true
5+
storage:
6+
directoryPerDB: true
7+
dbPath: C:\mongodb\data
8+
journal:
9+
enabled: true
10+
net:
11+
bindIp: 127.0.0.1
12+
port: 27017
13+

0 commit comments

Comments
 (0)