diff --git a/config/prod.env.js b/config/prod.env.js index aa22d03..6b2daff 100644 --- a/config/prod.env.js +++ b/config/prod.env.js @@ -1,5 +1,6 @@ module.exports = { NODE_ENV: '"production"', ENV_CONFIG: '"prod"', - BASE_API: '"https://mosq.celex-iot.com:8000/"' + BASE_API: '"https://47.106.73.20:8000/"' + //BASE_API: '"https://mosq.celex-iot.com:8000/"' }