Showing
1 changed file
with
2 additions
and
1 deletions
@@ -5,6 +5,7 @@ const prodEnv = require('./prod.env') | @@ -5,6 +5,7 @@ const prodEnv = require('./prod.env') | ||
5 | module.exports = merge(prodEnv, { | 5 | module.exports = merge(prodEnv, { |
6 | NODE_ENV: '"development"', | 6 | NODE_ENV: '"development"', |
7 | BASE_API: '"http://127.0.0.1:9095"', | 7 | BASE_API: '"http://127.0.0.1:9095"', |
8 | - BASE_API_other: '"https://192.168.0.69:8080"' | 8 | + // BASE_API_other: '"https://192.168.0.69:8080"' |
9 | + BASE_API_other: '"http://192.168.0.74:8080"' | ||
9 | // BASE_API: '"http://10.108.26.197:9095"' | 10 | // BASE_API: '"http://10.108.26.197:9095"' |
10 | }) | 11 | }) |
-
Please register or login to post a comment