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