去掉ssl

This commit is contained in:
vijay-huang 2021-12-14 14:21:04 +08:00
parent 17c29088c3
commit c6bee1cb7e
1 changed files with 1 additions and 1 deletions

View File

@ -1,6 +1,6 @@
module.exports = {
NODE_ENV: '"production"',
ENV_CONFIG: '"prod"',
BASE_API: '"https://47.106.73.20:8000/"'
BASE_API: '"http://47.106.73.20:8000/"'
//BASE_API: '"https://mosq.celex-iot.com:8000/"'
}