XMLWAN vor 4 Jahren
Ursprung
Commit
f9720bf97b
2 geänderte Dateien mit 5 neuen und 5 gelöschten Zeilen
  1. 2 2
      config/dev.env.js
  2. 3 3
      config/index.js

+ 2 - 2
config/dev.env.js Datei anzeigen

@@ -7,8 +7,8 @@ module.exports = {
7 7
   NODE_ENV: '"development"',
8 8
   ENV_CONFIG: '"dev"',
9 9
   // BASE_API: '"http://new_mobile.xt.api.sgjyun.com"', // //http://api.xt.test.sgjyun.com http://112.74.16.180:9527,////'"http://localhost:9529"',
10
-  //BASE_API:'"http://localhost:9531"',
11
-  BASE_API:'"http://api.xt.test.sgjyun.com"',
10
+  BASE_API:'"http://localhost:9531"',
11
+  // BASE_API:'"http://api.xt.test.sgjyun.com"',
12 12
   SSO_HOST: '"http://testsso.sgjyun.com"',
13 13
   SRCM_HOST: '"http://test1.sgjyun.com"',
14 14
   XT_HOST: '"http://xt.test.sgjyun.com"',

+ 3 - 3
config/index.js Datei anzeigen

@@ -17,10 +17,10 @@ module.exports = {
17 17
     // can be overwritten by process.env.HOST
18 18
     // if you want dev by ip, please set host: '0.0.0.0'
19 19
 
20
+    //  host: 'xt.test.sgjyun.com',
21
+    //  host: 'xt.kuyicloud.com',
20 22
     // host: 'xt.test.sgjyun.com',
21
-    // host: 'xt.kuyicloud.com',
22
-     host: 'xt.test.sgjyun.com',
23
-   // host:'localhost',
23
+    host:'localhost',
24 24
     port: 9528, // can be overwritten by process.env.PORT, if port is in use, a free one will be determined
25 25
     autoOpenBrowser: true,
26 26
     errorOverlay: true,