瀏覽代碼

修改大图的配置

郭超 4 年之前
父節點
當前提交
cce5445b73

+ 14 - 3
.idea/workspace.xml

@@ -1,8 +1,10 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <project version="4">
   <component name="ChangeListManager">
-    <list default="true" id="41dc853c-f418-44c7-ba5d-2164f3f0373a" name="Default" comment="增加本地启动配置">
+    <list default="true" id="41dc853c-f418-44c7-ba5d-2164f3f0373a" name="Default" comment="增加大图的配置">
       <change beforePath="$PROJECT_DIR$/.idea/workspace.xml" beforeDir="false" afterPath="$PROJECT_DIR$/.idea/workspace.xml" afterDir="false" />
+      <change beforePath="$PROJECT_DIR$/business/docker-compose-multi-local.yml" beforeDir="false" afterPath="$PROJECT_DIR$/business/docker-compose-multi-local.yml" afterDir="false" />
+      <change beforePath="$PROJECT_DIR$/business/docker-compose-multi.yml" beforeDir="false" afterPath="$PROJECT_DIR$/business/docker-compose-multi.yml" afterDir="false" />
       <change beforePath="$PROJECT_DIR$/business/nginx/sites-enabled/default" beforeDir="false" afterPath="$PROJECT_DIR$/business/nginx/sites-enabled/default" afterDir="false" />
     </list>
     <option name="EXCLUDED_CONVERTED_TO_IGNORED" value="true" />
@@ -189,8 +191,16 @@
       <workItem from="1622184011904" duration="25750000" />
       <workItem from="1622548546624" duration="1652000" />
       <workItem from="1622605926143" duration="1773000" />
-      <workItem from="1622720156453" duration="30000" />
+      <workItem from="1622720156453" duration="1097000" />
     </task>
+    <task id="LOCAL-00001" summary="增加大图的配置">
+      <created>1622720201192</created>
+      <option name="number" value="00001" />
+      <option name="presentableId" value="LOCAL-00001" />
+      <option name="project" value="LOCAL" />
+      <updated>1622720201192</updated>
+    </task>
+    <option name="localTasksCounter" value="2" />
     <servers />
   </component>
   <component name="TypeScriptGeneratedFilesManager">
@@ -214,7 +224,8 @@
   </component>
   <component name="VcsManagerConfiguration">
     <MESSAGE value="增加本地启动配置" />
-    <option name="LAST_COMMIT_MESSAGE" value="增加本地启动配置" />
+    <MESSAGE value="增加大图的配置" />
+    <option name="LAST_COMMIT_MESSAGE" value="增加大图的配置" />
   </component>
   <component name="masterDetails">
     <states>

+ 1 - 1
business/docker-compose-multi-local.yml

@@ -57,7 +57,7 @@ services:
       - 9004:9004
     volumes:
       - ${FILE_STORE_BASE_PATH}/${BACKEND_STORE_DIR}/sgns.wiki.word:/project/sgns.wiki.word
-    command: java -jar --spring.profiles.active=private-cloud --mongodb.host=172.16.100.98 --mongodb.port=27217 --baseurl.report.host=172.16.100.98:8091 --baseurl.report.excel=http://172.16.100.98:9003/generateReport --server.port=9004 crowd_review-1.0-SNAPSHOT.jar
+    command: java -jar --spring.profiles.active=private-cloud --mongodb.host=172.16.100.98 --mongodb.port=27217 --baseurl.report.host=172.16.100.98:81 --baseurl.report.excel=http://172.16.100.98:9003/generateReport --server.port=9004 crowd_review-1.0-SNAPSHOT.jar
     ##--host需要根据实际地址修改;此处有众测后端端口配置和报告导出地址配置
 
   # 报告导出工具

+ 1 - 1
business/docker-compose-multi.yml

@@ -57,7 +57,7 @@ services:
       - 9004:9004
     volumes:
       - ${FILE_STORE_BASE_PATH}/${BACKEND_STORE_DIR}/sgns.wiki.word:/project/sgns.wiki.word
-    command: java -jar --spring.profiles.active=private-cloud --mongodb.host=121.196.124.158 --mongodb.port=27217 --baseurl.report.host=121.196.124.158:8091 --baseurl.report.excel=http://121.196.124.158:9003/generateReport --server.port=9004 crowd_review-1.0-SNAPSHOT.jar
+    command: java -jar --spring.profiles.active=private-cloud --mongodb.host=121.196.124.158 --mongodb.port=27217 --baseurl.report.host=121.196.124.158:81 --baseurl.report.excel=http://121.196.124.158:9003/generateReport --server.port=9004 crowd_review-1.0-SNAPSHOT.jar
     ##--host需要根据实际地址修改;此处有众测后端端口配置和报告导出地址配置
 
   # 报告导出工具

+ 3 - 3
business/nginx/sites-enabled/default

@@ -14,12 +14,12 @@ server {
     }
 
     location  ^~ /dashboard/ {
-        root   /usr/share/nginx/html/databoard-dist/;
-        index  index.html;
+        root    /usr/share/nginx/html;
+        index   index.html;
     }
 
     location ^~ /static/ {
-        root   /usr/share/nginx/html/databoard-dist/;
+        root    /usr/share/nginx/html/dashboard;
         index  index.html;
     }