lrf402788946 4 years ago
parent
commit
0727fe8985
1 changed files with 1 additions and 1 deletions
  1. 1 1
      config/config.prod.js

+ 1 - 1
config/config.prod.js

@@ -10,7 +10,7 @@ module.exports = () => {
     url: 'mongodb://localhost:27017/htyd',
     url: 'mongodb://localhost:27017/htyd',
     options: {
     options: {
       user: 'admin',
       user: 'admin',
-      pass: '111111',
+      pass: 'admin',
       authSource: 'admin',
       authSource: 'admin',
       useNewUrlParser: true,
       useNewUrlParser: true,
       useCreateIndex: true,
       useCreateIndex: true,