# up prod api
This commit is contained in:
parent
f041d52be2
commit
cac58caadc
|
@ -1,5 +1,5 @@
|
||||||
module.exports = {
|
module.exports = {
|
||||||
NODE_ENV: '"production"',
|
NODE_ENV: '"production"',
|
||||||
ENV_CONFIG: '"prod"',
|
ENV_CONFIG: '"prod"',
|
||||||
BASE_API: '"http://127.0.0.1:8000/"'
|
BASE_API: '"https://iot.celex.cn:8000/"'
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue