Quellcode durchsuchen

服务器修改

lrf vor 2 Jahren
Ursprung
Commit
eeb63a45c5
2 geänderte Dateien mit 3 neuen und 3 gelöschten Zeilen
  1. 2 2
      config/config.prod.js
  2. 1 1
      ecosystem.config.js

+ 2 - 2
config/config.prod.js

@@ -16,7 +16,7 @@ module.exports = () => {
     url: 'mongodb://127.0.0.1:27017/train',
     options: {
       user: 'admin',
-      pass: 'jljyzx-wwqcgh',
+      pass: 'admin', // jljyzx-wwqcgh
       authSource: 'admin',
       useUnifiedTopology: true,
       useNewUrlParser: true,
@@ -41,7 +41,7 @@ module.exports = () => {
     client: {
       port: 6379, // Redis port
       host: '127.0.0.1', // Redis host
-      password: 'jljyzx-wwqcgh',
+      password: '123456', // jljyzx-wwqcgh
       db: 0,
     },
   };

+ 1 - 1
ecosystem.config.js

@@ -1,6 +1,6 @@
 'use strict';
 
-const app = 'service-auth';
+const app = '培训会-角色服务';
 module.exports = {
   apps: [{
     name: app, // 应用名称