# update domain

This commit is contained in:
xianfuxing 2021-08-05 10:46:44 +08:00
parent 44558bc751
commit 4b931fe6cd
1 changed files with 1 additions and 1 deletions

View File

@ -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/"'
}