فهرست منبع

修改 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