csx 5 years ago
parent
commit
a2694780e8
5 changed files with 29 additions and 3 deletions
  1. 8 0
      .idea/XT_Admin_Api.iml
  2. 4 0
      .idea/encodings.xml
  3. 6 0
      .idea/misc.xml
  4. 8 0
      .idea/modules.xml
  5. 3 3
      conf/app.conf

+ 8 - 0
.idea/XT_Admin_Api.iml View File

1
+<?xml version="1.0" encoding="UTF-8"?>
2
+<module type="WEB_MODULE" version="4">
3
+  <component name="NewModuleRootManager">
4
+    <content url="file://$MODULE_DIR$" />
5
+    <orderEntry type="inheritedJdk" />
6
+    <orderEntry type="sourceFolder" forTests="false" />
7
+  </component>
8
+</module>

+ 4 - 0
.idea/encodings.xml View File

1
+<?xml version="1.0" encoding="UTF-8"?>
2
+<project version="4">
3
+  <component name="Encoding" addBOMForNewFiles="with NO BOM" />
4
+</project>

+ 6 - 0
.idea/misc.xml View File

1
+<?xml version="1.0" encoding="UTF-8"?>
2
+<project version="4">
3
+  <component name="JavaScriptSettings">
4
+    <option name="languageLevel" value="ES6" />
5
+  </component>
6
+</project>

+ 8 - 0
.idea/modules.xml View File

1
+<?xml version="1.0" encoding="UTF-8"?>
2
+<project version="4">
3
+  <component name="ProjectModuleManager">
4
+    <modules>
5
+      <module fileurl="file://$PROJECT_DIR$/.idea/XT_Admin_Api.iml" filepath="$PROJECT_DIR$/.idea/XT_Admin_Api.iml" />
6
+    </modules>
7
+  </component>
8
+</project>

+ 3 - 3
conf/app.conf View File

1
 appname = 血透
1
 appname = 血透
2
-httpport = 9529
2
+httpport = 9629
3
 runmode = dev
3
 runmode = dev
4
 
4
 
5
 copyrequestbody = true
5
 copyrequestbody = true
42
 
42
 
43
 
43
 
44
 [prod]
44
 [prod]
45
-httpdomain = https://api.xt.kuyicloud.com
45
+httpdomain = http://api.szjkhd.com
46
 sso_domain = https://sso.kuyicloud.com
46
 sso_domain = https://sso.kuyicloud.com
47
 front_end_domain = "https://xt.kuyicloud.com/#"
47
 front_end_domain = "https://xt.kuyicloud.com/#"
48
 
48
 
81
 
81
 
82
 
82
 
83
 [dev]
83
 [dev]
84
-httpdomain = http://api.xt.test.sgjyun.com
84
+httpdomain = http://api.szjkhd.com
85
 sso_domain = https://testsso.sgjyun.com
85
 sso_domain = https://testsso.sgjyun.com
86
 front_end_domain = "http://xt.test.sgjyun.com/#"
86
 front_end_domain = "http://xt.test.sgjyun.com/#"
87
 
87