Commit a1b6c44f by 宋毅

tj

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