去掉ssl
This commit is contained in:
parent
17c29088c3
commit
c6bee1cb7e
|
@ -1,6 +1,6 @@
|
||||||
module.exports = {
|
module.exports = {
|
||||||
NODE_ENV: '"production"',
|
NODE_ENV: '"production"',
|
||||||
ENV_CONFIG: '"prod"',
|
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/"'
|
//BASE_API: '"https://mosq.celex-iot.com:8000/"'
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue