12345678910111213141516171819 |
-
-
-
-
-
- module.exports = {
- NODE_ENV: '"development"',
- ENV_CONFIG: '"dev"',
-
- BASE_API: '"http://api.xt.test.sgjyun.com"',
-
- 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"'
- }
-
|