diff --git a/config/dev.env.js b/config/dev.env.js index 7f9cefb..9caa91a 100644 --- a/config/dev.env.js +++ b/config/dev.env.js @@ -4,6 +4,6 @@ module.exports = merge(prodEnv, { NODE_ENV: '"development"', - BASE_API: '"http://139.198.17.115:20004/smartwell"', + BASE_API: '"http://111.198.10.15:11304"', // BASE_API: '"http://192.168.0.225:8083"', }) diff --git a/config/dev.env.js b/config/dev.env.js index 7f9cefb..9caa91a 100644 --- a/config/dev.env.js +++ b/config/dev.env.js @@ -4,6 +4,6 @@ module.exports = merge(prodEnv, { NODE_ENV: '"development"', - BASE_API: '"http://139.198.17.115:20004/smartwell"', + BASE_API: '"http://111.198.10.15:11304"', // BASE_API: '"http://192.168.0.225:8083"', }) diff --git a/config/prod.env.js b/config/prod.env.js index 3327c7d..89d3f93 100644 --- a/config/prod.env.js +++ b/config/prod.env.js @@ -2,5 +2,5 @@ module.exports = { NODE_ENV: '"production"', // BASE_API: '"http://119.254.103.80:14536"', - BASE_API: '"http://106.74.146.218:2031"', + BASE_API: '"http://111.198.10.15:11304"', }