소스 검색

修改配置文件中topic名称

liuguokai_cloud 5 년 전
부모
커밋
2fdb446d47
3개의 변경된 파일3개의 추가작업 그리고 3개의 파일을 삭제
  1. 1 1
      src/main/resources/dev/application.yml
  2. 1 1
      src/main/resources/prod/application.yml
  3. 1 1
      src/main/resources/test/application.yml

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

@@ -154,7 +154,7 @@ acceptance:
     enable: true
    -
     name: hengsheng_watch
-    topic: device-hengsheng-watch
+    topic: device-hengsheng-work-card
     ip: 10.25.19.87
     port: 7528
     dataFileDir: /home/service/collector_7527/rawdata/

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

@@ -154,7 +154,7 @@ acceptance:
     enable: true
    -
     name: hengsheng_watch
-    topic: device-hengsheng-watch
+    topic: device-hengsheng-work-card
     ip: 10.25.19.87
     port: 7528
     dataFileDir: /home/service/collector_7527/rawdata/

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

@@ -154,7 +154,7 @@ acceptance:
     enable: true
    -
     name: hengsheng_watch
-    topic: device-hengsheng-watch
+    topic: device-hengsheng-work-card
     ip: 10.25.19.87
     port: 7528
     dataFileDir: /home/service/collector_7527/rawdata/