Authored by weiqingting

4.6.7提交

... ... @@ -97,8 +97,14 @@ if(process.env.NODE_ENV==="test"){
apiCofig.EnvConst.domain="http://10.66.100.6:8088/platform";
apiCofig.EnvConst.bigdata="http://10.66.100.7:8091/bigdata";
}
// 灰度
// if(process.env.NODE_ENV==="production"){
// apiCofig.EnvConst.domain="http://172.31.23.161:8088/platform";
// apiCofig.EnvConst.bigdata="http://172.31.23.161:8091/bigdata";
// }
//线上
if(process.env.NODE_ENV==="production"){
apiCofig.EnvConst.domain="http://172.31.23.161:8088/platform";
apiCofig.EnvConst.domain="http://172.31.20.7:8088/platform";
apiCofig.EnvConst.bigdata="http://172.31.23.161:8091/bigdata";
}
module.exports = require('./libs/App')(apiCofig);
\ No newline at end of file
... ...
{
"name": "yohobuy-shops-fe",
"version": "4.6.6",
"version": "4.6.7",
"description": "Construction of the presentation layer solution is based on express, handlebars",
"main": "app.js",
"scripts": {
... ...
... ... @@ -97,8 +97,14 @@ if(process.env.NODE_ENV==="test"){
apiCofig.EnvConst.domain="http://10.66.100.6:8088/platform";
apiCofig.EnvConst.bigdata="http://10.66.100.7:8091/bigdata";
}
// 灰度
// if(process.env.NODE_ENV==="production"){
// apiCofig.EnvConst.domain="http://172.31.23.161:8088/platform";
// apiCofig.EnvConst.bigdata="http://172.31.23.161:8091/bigdata";
// }
//线上
if(process.env.NODE_ENV==="production"){
apiCofig.EnvConst.domain="http://172.31.23.161:8088/platform";
apiCofig.EnvConst.domain="http://172.31.20.7:8088/platform";
apiCofig.EnvConst.bigdata="http://172.31.23.161:8091/bigdata";
}
module.exports = require('./libs/App')(apiCofig);
\ No newline at end of file
... ...
{"name":"yohobuy-shops-fe","version":"4.6.6","description":"Construction of the presentation layer solution is based on express, handlebars","main":"app.js","scripts":{"code":"set NODE_ENV=coding&& gulp start","build":"set NODE_ENV=production && gulp && gulp mvc","server":"set NODE_ENV=server&& gulp start"},"dependencies":{"art-template":"^3.0.3","async":"^2.0.0-rc.3","body-parser":"^1.15.0","connect-multiparty":"^2.0.0","connect-redis":"^3.0.2","cookie-parser":"^1.4.1","express":"^4.13.4","express-session":"^1.13.0","lodash":"^4.11.1","md5":"^2.1.0","mkdirp":"^0.5.1","request":"^2.72.0","winston":"^2.2.0","glob":"^7.0.3"}}
\ No newline at end of file
{"name":"yohobuy-shops-fe","version":"4.6.7","description":"Construction of the presentation layer solution is based on express, handlebars","main":"app.js","scripts":{"code":"set NODE_ENV=coding&& gulp start","build":"set NODE_ENV=production && gulp && gulp mvc","server":"set NODE_ENV=server&& gulp start"},"dependencies":{"art-template":"^3.0.3","async":"^2.0.0-rc.3","body-parser":"^1.15.0","connect-multiparty":"^2.0.0","connect-redis":"^3.0.2","cookie-parser":"^1.4.1","express":"^4.13.4","express-session":"^1.13.0","lodash":"^4.11.1","md5":"^2.1.0","mkdirp":"^0.5.1","request":"^2.72.0","winston":"^2.2.0","glob":"^7.0.3"}}
\ No newline at end of file
... ...