diff --git a/config/prod.env.js b/config/prod.env.js index 01380d6..107bf44 100644 --- a/config/prod.env.js +++ b/config/prod.env.js @@ -2,6 +2,6 @@ module.exports = { NODE_ENV: '"production"', // BASE_API: '"http://119.254.103.80:14537"', - // BASE_API: '"http://192.168.0.212:8083"' - BASE_API: '"http://10.9.39.8:8083"' + BASE_API: '"http://192.168.8.201:8083/smartwell"' + // BASE_API: '"http://10.9.39.8:8083"' }