|
|
@@ -6,9 +6,21 @@ const envConfig = {
|
|
|
PYSERVER: 'https://birds-api-1-2.sysuimars.cn/',
|
|
|
MOCK: 'True'
|
|
|
},
|
|
|
+ local: {
|
|
|
+ NODE_ENV: 'local',
|
|
|
+ SERVER: 'http://127.0.0.1:81/',
|
|
|
+ PYSERVER: 'https://birds-api-1-2.sysuimars.cn/',
|
|
|
+ MOCK: 'True'
|
|
|
+ },
|
|
|
+ loc: {
|
|
|
+ NODE_ENV: 'local',
|
|
|
+ SERVER: 'http://127.0.0.1:81/',
|
|
|
+ PYSERVER: 'https://birds-api-1-2.sysuimars.cn/',
|
|
|
+ MOCK: 'True'
|
|
|
+ },
|
|
|
production: {
|
|
|
NODE_ENV: 'production',
|
|
|
- SERVER: 'https://birdseye-api.feiniaotech.sysuimars.cn/',
|
|
|
+ SERVER: 'https://feiniaotech-dev.sysuimars.cn/',
|
|
|
PYSERVER: 'https://birds-api-1-2.sysuimars.cn/',
|
|
|
MOCK: 'False'
|
|
|
}
|