chore[litemall-admin]: 部署阶段的配置信息调整

This commit is contained in:
Junling Bu
2018-07-26 16:33:56 +08:00
parent fdad5b0f7e
commit f1eb00ad36

View File

@@ -1,6 +1,6 @@
module.exports = {
NODE_ENV: '"production"',
ENV_CONFIG: '"dep"',
BASE_API: '"http://localhost:8083/admin"',
OS_API: '"http://localhost:8081/os"'
BASE_API: '"http://122.152.206.172:8083/admin"',
OS_API: '"http://122.152.206.172:8081/os"'
}