张保健 6 years ago
parent
commit
f5a9c40d99
2 changed files with 0 additions and 27 deletions
  1. 0 16
      config/dev.env.js
  2. 0 11
      config/sit.env.js

+ 0 - 16
config/dev.env.js View File

@@ -1,16 +0,0 @@
1
-// module.exports = {
2
-//   NODE_ENV: '"development"',
3
-//   ENV_CONFIG: '"dev"',
4
-//   BASE_API: '"https://api-dev"'
5
-// }
6
-module.exports = {
7
-  NODE_ENV: '"development"',
8
-  ENV_CONFIG: '"dev"',
9
-  BASE_API: '"http://api.xt.test.sgjyun.com"',//'"http://localhost:9529"', // //http://api.xt.test.sgjyun.com http://112.74.16.180:9527
10
-
11
-  SSO_HOST: '"http://testsso.sgjyun.com"',
12
-  SRCM_HOST: '"http://test1.sgjyun.com"',
13
-  XT_HOST: '"http://xt.test.sgjyun.com"',
14
-  MIRCO_MALL_HOST: '"http://mall.test.sgjyun.com"',
15
-  CDM_HOST: '"http://cdm.test.sgjyun.com"',
16
-}

+ 0 - 11
config/sit.env.js View File

@@ -1,11 +0,0 @@
1
-module.exports = {
2
-  NODE_ENV: '"production"',
3
-  ENV_CONFIG: '"sit"',
4
-  BASE_API: '"http://api.xt.test.sgjyun.com"',
5
-
6
-  SSO_HOST: '"http://testsso.sgjyun.com"',
7
-  SRCM_HOST: '"http://test1.sgjyun.com"',
8
-  XT_HOST: '"http://xt.test.sgjyun.com"',
9
-  MIRCO_MALL_HOST: '"http://mall.test.sgjyun.com"',
10
-  CDM_HOST: '"http://cdm.test.sgjyun.com"',
11
-}