guhongwei 4 年 前
コミット
b6800b6b56
1 ファイル変更4 行追加4 行削除
  1. 4 4
      config/config.default.js

+ 4 - 4
config/config.default.js

@@ -26,11 +26,11 @@ module.exports = appInfo => {
   // add your config here
   // add your config here
   config.cluster = {
   config.cluster = {
     listen: {
     listen: {
-      port: 9091,
+      port: 7009,
     },
     },
   };
   };
   config.mongoose = {
   config.mongoose = {
-    url: "mongodb://localhost:27017/servicezhwl",
+    url: 'mongodb://localhost:27017/servicezhwl',
     options: {
     options: {
       // user: 'admin',
       // user: 'admin',
       // pass: 'admin',
       // pass: 'admin',
@@ -42,8 +42,8 @@ module.exports = appInfo => {
 
 
   config.jwt = {
   config.jwt = {
     ...jwt,
     ...jwt,
-    expiresIn: "1d",
-    issuer: "servicezhwl",
+    expiresIn: '1d',
+    issuer: 'servicezhwl',
   };
   };
 
 
   // config.amqp = {
   // config.amqp = {