Browse Source

修改 jinwei 端口 【6000】

jianghouwei 6 years ago
parent
commit
c6000b435e
2 changed files with 2 additions and 2 deletions
  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