|
@@ -1,7 +1,9 @@
|
|
|
module.exports = {
|
|
|
NODE_ENV: '"production"',
|
|
|
ENV_CONFIG: '"prod"',
|
|
|
- BASE_API: '"http://admin.bms16.com/"',
|
|
|
+ // BASE_API: '"http://admin.bms16.com/"',
|
|
|
+ // MONITOR_SITE: '"http://gps.bms16.com/"',
|
|
|
+ BASE_API: '"http://api.admin.dev.bms16.com/"',
|
|
|
MONITOR_SITE: '"http://gps.bms16.com/"',
|
|
|
QINIU_SITE: '"http://qiniu.bms16.com/"',
|
|
|
QINIU_UPLOAD_SITE: '"http://up-z2.qiniup.com/"'
|