Explorar el Código

adm:feat > 更改调度器服务地址

shaun-sheep hace 4 años
padre
commit
8e7d839ac9
Se han modificado 1 ficheros con 3 adiciones y 3 borrados
  1. 3 3
      config/index.js

+ 3 - 3
config/index.js

@@ -294,7 +294,7 @@ module.exports = {
       },
       '/image-service': {
         // 目标 API 地址
-        target: 'http://60.205.177.43:8080/' ,
+        target: 'http://60.205.177.43:8080/',
         // target: 'http://api.sagacloud.cn',
         // 如果要代理 websockets
         ws: true,
@@ -317,8 +317,8 @@ module.exports = {
         }
       },
       '/schedulerapi': {
-        // target: 'http://172.16.42.210:8081',
-        target: 'http://mbi.sagacloud.cn:8080',
+        target: 'http://60.205.177.43:8080/',
+        // target: 'http://mbi.sagacloud.cn:8080',
         changeOrigin: true,
         pathRewrite: {
           "^/schedulerapi": "/"