Skip to content

Commit 30f19ce

Browse files
authored
Update config.js
1 parent 9147656 commit 30f19ce

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ let config = {
66
env: process.env.NODE_ENV || 'development', // development production
77
//mongodb配置信息
88
mongodb: {
9-
uri: 'mongodb://jinshuai:jinshuai@121.40.123.2:27085/blog',
9+
uri: 'mongodb://username:password@121.40.123.2:27085/blog',
1010
options: {}
1111
},
1212
//redis服务,用来session维持,非必须

0 commit comments

Comments
 (0)