We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9147656 commit 30f19ceCopy full SHA for 30f19ce
config.js
@@ -6,7 +6,7 @@ let config = {
6
env: process.env.NODE_ENV || 'development', // development production
7
//mongodb配置信息
8
mongodb: {
9
- uri: 'mongodb://jinshuai:jinshuai@121.40.123.2:27085/blog',
+ uri: 'mongodb://username:password@121.40.123.2:27085/blog',
10
options: {}
11
},
12
//redis服务,用来session维持,非必须
0 commit comments