123456789101112131415161718 |
-
-
-
-
-
- module.exports = {
- NODE_ENV: '"development"',
- ENV_CONFIG: '"dev"',
-
-
- 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"'
- }
|