Commit 908815e8 by 宋毅

tj

parent d4ef07bb
......@@ -22,7 +22,7 @@ var settings = {
port: process.env.NODE_PORT || 3003,
paasUrl: function () {
if (this.env == "dev") {
return "http://open.gongsibao.com/";//"http://p.apps.com:3001/";
return "http://p.apps.com:3001/";
} else {
return "http://open.gongsibao.com/";
}
......@@ -39,7 +39,7 @@ var settings = {
if (this.env == "dev") {
return "http://zcapi.apps.com:3002/";//localsettings.reqEsDevUrl;
} else {
return "http://zc-channel-service/";//k8s服务名称
return "http://zcapi-service/";//k8s服务名称
}
},
pushFqbossDataUrl: function () {
......
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