소스 검색

修改端口号

asd123a20 3 년 전
부모
커밋
0a5deee960

+ 1 - 1
service-activity/config/config.default.js

@@ -32,7 +32,7 @@ module.exports = appInfo => {
   config.nginxFilePath = 'http://192.168.0.45:8083';
   config.cluster = {
     listen: {
-      port: 9016,
+      port: 9015,
     },
   };
   // 数据库配置

+ 1 - 1
service-contribution/config/config.default.js

@@ -30,7 +30,7 @@ module.exports = appInfo => {
   };
   config.cluster = {
     listen: {
-      port: 9015,
+      port: 9010,
     },
   };
   // 数据库配置

+ 1 - 1
service-goods/config/config.default.js

@@ -30,7 +30,7 @@ module.exports = appInfo => {
   };
   config.cluster = {
     listen: {
-      port: 9013,
+      port: 9008,
     },
   };
   // 数据库配置

+ 1 - 1
service-import-export/config/config.default.js

@@ -35,7 +35,7 @@ module.exports = appInfo => {
   };
   config.cluster = {
     listen: {
-      port: 9021,
+      port: 9016,
     },
   };
   // 数据库配置

+ 1 - 1
service-journal/config/config.default.js

@@ -30,7 +30,7 @@ module.exports = appInfo => {
   };
   config.cluster = {
     listen: {
-      port: 9017,
+      port: 9009,
     },
   };
   // 数据库配置

+ 1 - 1
service-market/config/config.default.js

@@ -30,7 +30,7 @@ module.exports = appInfo => {
   };
   config.cluster = {
     listen: {
-      port: 9012,
+      port: 9007,
     },
   };
   // 数据库配置

+ 1 - 1
service-media/config/config.default.js

@@ -30,7 +30,7 @@ module.exports = appInfo => {
   };
   config.cluster = {
     listen: {
-      port: 9014,
+      port: 9012,
     },
   };
   // 数据库配置

+ 1 - 1
service-org/config/config.default.js

@@ -30,7 +30,7 @@ module.exports = appInfo => {
   };
   config.cluster = {
     listen: {
-      port: 9020,
+      port: 9011,
     },
   };
   // 数据库配置

+ 1 - 1
service-reader/config/config.default.js

@@ -30,7 +30,7 @@ module.exports = appInfo => {
   };
   config.cluster = {
     listen: {
-      port: 9011,
+      port: 9017,
     },
   };
   // 数据库配置

+ 1 - 1
service-user/config/config.default.js

@@ -30,7 +30,7 @@ module.exports = appInfo => {
   };
   config.cluster = {
     listen: {
-      port: 9018,
+      port: 9013,
     },
   };
   // 数据库配置

+ 1 - 1
service-vip/config/config.default.js

@@ -30,7 +30,7 @@ module.exports = appInfo => {
   };
   config.cluster = {
     listen: {
-      port: 9019,
+      port: 9014,
     },
   };
   // 数据库配置