123456789101112131415161718192021222324252627282930313233343536373839 |
- spring:
- application:
- name: device-acceptance
- kafka:
- bootstrap-servers: 172.19.0.24:9092
- redis:
- host: 192.168.0.119
- port: 6379
- timeout: 10000
- password: tidecloudredis
- eureka:
- client:
- service-url:
- defaultZone: http://192.168.0.118:12000/eureka
- instance:
- prefer-ip-address: true
- port: 16666
- localaddress: 10.27.118.76
- acceptance:
- device:
- deviceList:
- -
- name: watch
- topic: device-watch
- ip: 10.27.118.76
- port: 7009
- dataFileDir: /home/service/collector_watch/rawdata/
- handlerClass: com.tidecloud.dataacceptance.service.impl.WatchServerHandler
- enable: true
-
- logging:
- config:
- classpath: logback.xml
|