浏览代码

update: report-server-online-host_ip

guochao 5 年之前
父节点
当前提交
f16f04b222
共有 3 个文件被更改,包括 7 次插入4 次删除
  1. 2 1
      .idea/workspace.xml
  2. 2 1
      src/main/resources/application.yml
  3. 3 2
      target/classes/application.yml

+ 2 - 1
.idea/workspace.xml

@@ -4,6 +4,7 @@
     <list default="true" id="c25ee83f-38b8-4a56-8a1f-62ecc8d6cec2" name="Default Changelist" comment="">
       <change beforePath="$PROJECT_DIR$/.idea/workspace.xml" beforeDir="false" afterPath="$PROJECT_DIR$/.idea/workspace.xml" afterDir="false" />
       <change beforePath="$PROJECT_DIR$/src/main/resources/application.yml" beforeDir="false" afterPath="$PROJECT_DIR$/src/main/resources/application.yml" afterDir="false" />
+      <change beforePath="$PROJECT_DIR$/target/classes/application.yml" beforeDir="false" afterPath="$PROJECT_DIR$/target/classes/application.yml" afterDir="false" />
     </list>
     <option name="EXCLUDED_CONVERTED_TO_IGNORED" value="true" />
     <option name="SHOW_DIALOG" value="false" />
@@ -109,7 +110,7 @@
       <workItem from="1573797788287" duration="4744000" />
       <workItem from="1573803183351" duration="6316000" />
       <workItem from="1573817067721" duration="3410000" />
-      <workItem from="1573886504964" duration="3744000" />
+      <workItem from="1573886504964" duration="4145000" />
     </task>
     <servers />
   </component>

+ 2 - 1
src/main/resources/application.yml

@@ -38,4 +38,5 @@ order.autoReport.upload.path: /var/www/reportFile/
 order.autoReport.image.upload.path: /mooctest-report/src/images/
 order.autoReport.service.path: /projects/
 order.autoReport.builder.copyPath: /var/www/reportBuilder/
-order.vulReport.json.upload.path: /static-scan-report/src/json/
+order.vulReport.json.upload.path: /static-scan-report/src/json/
+host.ip: 106.14.81.62

+ 3 - 2
target/classes/application.yml

@@ -1,4 +1,4 @@
-spring.profiles.active: report-server-dev
+spring.profiles.active: report-server-online
 sleep: 0
 
 # 配置输出日志
@@ -38,4 +38,5 @@ order.autoReport.upload.path: /var/www/reportFile/
 order.autoReport.image.upload.path: /mooctest-report/src/images/
 order.autoReport.service.path: /projects/
 order.autoReport.builder.copyPath: /var/www/reportBuilder/
-order.vulReport.json.upload.path: /static-scan-report/src/json/
+order.vulReport.json.upload.path: /static-scan-report/src/json/
+host.ip: 106.14.81.62