Commit a1b6c44f by 宋毅

tj

parent ecabd592
...@@ -22,10 +22,10 @@ var settings = { ...@@ -22,10 +22,10 @@ var settings = {
cacheprefix: "sjb", cacheprefix: "sjb",
usertimeout: 3600,//单位秒 usertimeout: 3600,//单位秒
basepath: path.normalize(path.join(__dirname, '../..')), basepath: path.normalize(path.join(__dirname, '../..')),
port: process.env.NODE_PORT || 3002, port: process.env.NODE_PORT || 4002,
paasUrl: function () { paasUrl: function () {
if (this.env == "dev") { if (this.env == "dev") {
return "http://p.apps.com:3001/"; return "http://p.apps.com:4001/";
} else { } else {
return "http://paas/"; return "http://paas/";
} }
......
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