Commit 10d9d3c6 by 宋毅

tj

parent 19ec1e2b
......@@ -19,10 +19,10 @@ var settings = {
cacheprefix: "jd",
usertimeout: 3600,//单位秒
basepath: path.normalize(path.join(__dirname, '../..')),
port: process.env.NODE_PORT || 3003,
port: process.env.NODE_PORT || 4003,
paasUrl: function () {
if (this.env == "dev") {
return "http://p.apps.com:3001/";
return "http://p.apps.com:4001/";
} else {
return "http://open.gongsibao.com/";
}
......@@ -37,7 +37,7 @@ var settings = {
},
reqZcApi: function () {
if (this.env == "dev") {
return "http://zcapi.apps.com:3002/";//localsettings.reqEsDevUrl;
return "http://zcapi.apps.com:4002/";//localsettings.reqEsDevUrl;
} else {
return "http://zcapi-service/";//k8s服务名称
}
......
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