Showing
1 changed file
with
3 additions
and
3 deletions
@@ -116,12 +116,12 @@ if(process.env.NODE_ENV==="test"){ | @@ -116,12 +116,12 @@ if(process.env.NODE_ENV==="test"){ | ||
116 | } | 116 | } |
117 | // 灰度 | 117 | // 灰度 |
118 | if(process.env.NODE_ENV==="gray"){ | 118 | if(process.env.NODE_ENV==="gray"){ |
119 | - apiCofig.EnvConst.domain="http://172.31.23.161:8088/platform"; | 119 | + apiCofig.EnvConst.domain="http://10.66.50.107:8088/platform"; |
120 | apiCofig.EnvConst.bigdata="http://10.66.101.7:8091/bigdata"; | 120 | apiCofig.EnvConst.bigdata="http://10.66.101.7:8091/bigdata"; |
121 | } | 121 | } |
122 | //线上 | 122 | //线上 |
123 | if(process.env.NODE_ENV==="production"){ | 123 | if(process.env.NODE_ENV==="production"){ |
124 | - apiCofig.EnvConst.domain="http://172.31.20.7:8088/platform"; | ||
125 | - apiCofig.EnvConst.bigdata="http://172.31.18.86:8091/bigdata"; | 124 | + apiCofig.EnvConst.domain="http://10.66.50.140:8088/platform"; |
125 | + apiCofig.EnvConst.bigdata="http://10.66.70.89:8091/bigdata"; | ||
126 | } | 126 | } |
127 | module.exports = require('./libs/App')(apiCofig); | 127 | module.exports = require('./libs/App')(apiCofig); |
-
Please register or login to post a comment