ERP/config/dev.env.js

9 lines
315 B
JavaScript
Raw Normal View History

2019-02-12 17:46:33 +08:00
module.exports = {
NODE_ENV: '"development"',
ENV_CONFIG: '"dev"',
2019-03-13 21:04:03 +08:00
BASE_API: '"http://192.168.1.45:8080"' //刘数据库
// BASE_API: '"http://192.168.1.21:8888"' //徐数据库
// BASE_API: '"http://192.168.1.26:9090"' //公司服务器
2019-03-15 14:17:10 +08:00
// BASE_API: '"http://192.168.1.33:8889"' //笔记本数据库
2019-02-12 17:46:33 +08:00
}