# up prod api

This commit is contained in:
xianfuxing 2018-09-05 10:46:42 +08:00
parent f041d52be2
commit cac58caadc
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: '"http://127.0.0.1:8000/"'
BASE_API: '"https://iot.celex.cn:8000/"'
}