Преглед изворни кода

修改 jinwei 端口 【6000】

jianghouwei пре 6 година
родитељ
комит
c6000b435e
2 измењених фајлова са 2 додато и 2 уклоњено
  1. 1 1
      src/main/resources/dev/application.yml
  2. 1 1
      src/main/resources/prod/application.yml

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

@@ -98,7 +98,7 @@ acceptance:
     name: jingwei_watch
     topic: device-jingwei-watch
     ip: 10.25.19.87
-    port: 7518
+    port: 6000
     dataFileDir: /home/service/collector_7518/rawdata/
     handlerClass: com.tidecloud.dataacceptance.service.impl.WatchJWServerHandler
     enable: true

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

@@ -124,7 +124,7 @@ acceptance:
     name: jingwei_watch
     topic: device-jingwei-watch
     ip: 10.25.19.87
-    port: 7518
+    port: 6000
     dataFileDir: /home/service/collector_7518/rawdata/
     handlerClass: com.tidecloud.dataacceptance.service.impl.WatchJWServerHandler
     enable: true