123456789101112131415161718 |
- // module.exports = {
- // NODE_ENV: '"development"',
- // ENV_CONFIG: '"dev"',
- // BASE_API: '"https://api-dev"'
- // }
- module.exports = {
- NODE_ENV: '"development"',
- ENV_CONFIG: '"dev"',
- // BASE_API: '"http://new_mobile.xt.api.sgjyun.com"', // //http://api.xt.test.sgjyun.com http://112.74.16.180:9527,////'"http://localhost:9529"',
- // BASE_API: '"https://api.xt.test.sgjyun.com"',
- BASE_API: '"http://localhost:9531"',
- SSO_HOST: '"http://testsso.sgjyun.com"',
- SRCM_HOST: '"http://test1.sgjyun.com"',
- XT_HOST: '"http://xt.test.sgjyun.com"',
- MIRCO_MALL_HOST: '"http://mall.test.sgjyun.com"',
- CDM_HOST: '"http://cdm.test.sgjyun.com"'
- }
|