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

+ 5 - 5
config/config.prod.js

@@ -12,11 +12,11 @@ module.exports = () => {
   config.mongoose = {
     url: 'mongodb://localhost:27017/servicezhwl',
     options: {
-      // user: "admin",
-      // pass: "admin",
-      // authSource: "admin",
-      // useNewUrlParser: true,
-      // useCreateIndex: true,
+      user: 'admin',
+      pass: 'admin',
+      authSource: 'admin',
+      useNewUrlParser: true,
+      useCreateIndex: true,
     },
   };