Commit d9668387 by 陈思聪

fix:天翼云迁移-服务调用修改为内网调用

parent c235faca
...@@ -44,7 +44,7 @@ var settings = { ...@@ -44,7 +44,7 @@ var settings = {
var localsettings = require("./localsettings"); var localsettings = require("./localsettings");
return localsettings.kongurl; return localsettings.kongurl;
} else { } else {
return "http://kong-dbproxy.kong:8001/"; return "http://kong-dbproxy.kong:80/";
} }
}, },
icUrl: function () { icUrl: function () {
...@@ -72,7 +72,7 @@ var settings = { ...@@ -72,7 +72,7 @@ var settings = {
if (this.env == "dev") { if (this.env == "dev") {
return "http://192.168.18.101:4018/api/queueAction/producer/springBoard"; return "http://192.168.18.101:4018/api/queueAction/producer/springBoard";
} else { } else {
return "http://logs-sytxpublic-msgq-service/api/queueAction/producer/springBoard"; return "http://logs-sytxpublic-msgq-service.chaolai/api/queueAction/producer/springBoard";
} }
}, },
QIFUTONG: { QIFUTONG: {
...@@ -89,7 +89,7 @@ var settings = { ...@@ -89,7 +89,7 @@ var settings = {
if (ENVINPUT.APP_ENV == "dev") { if (ENVINPUT.APP_ENV == "dev") {
return "http://gsbweb.qifu-dev.gongsibao.com"; return "http://gsbweb.qifu-dev.gongsibao.com";
} else { } else {
return "https://fqgsbweb.gongsibao.com"; return "http://center-channel-service.chaolai";
} }
}, },
}, },
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment