csx 5 年 前
コミット
a2694780e8
共有5 個のファイルを変更した29 個の追加3 個の削除を含む
  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 ファイルの表示

@@ -0,0 +1,8 @@
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 ファイルの表示

@@ -0,0 +1,4 @@
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 ファイルの表示

@@ -0,0 +1,6 @@
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 ファイルの表示

@@ -0,0 +1,8 @@
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 ファイルの表示

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