123456789101112 |
- module.exports = {
- NODE_ENV: '"production"',
- ENV_CONFIG: '"sit"',
- BASE_API: '"http://api.test1.sgjyun.com"',
-
- SSO_HOST: '"https://testsso.sgjyun.com"',
- SRCM_HOST: '"http://test1.sgjyun.com"',
- XT_HOST: '"http://xt.test.sgjyun.com"',
- MIRCO_MALL_HOST: '"htts://mall.test.sgjyun.com"',
- CDM_HOST: '"http://cdm.test.sgjyun.com"',
- }
|