application.yml 694 B

123456789101112131415161718192021222324252627282930313233343536373839
  1. spring:
  2. application:
  3. name: device-acceptance
  4. kafka:
  5. bootstrap-servers: 172.19.0.24:9092
  6. redis:
  7. host: 192.168.0.119
  8. port: 6379
  9. timeout: 10000
  10. password: tidecloudredis
  11. eureka:
  12. client:
  13. service-url:
  14. defaultZone: http://192.168.0.118:12000/eureka
  15. instance:
  16. prefer-ip-address: true
  17. port: 16666
  18. localaddress: 10.27.118.76
  19. acceptance:
  20. device:
  21. deviceList:
  22. -
  23. name: watch
  24. topic: device-watch
  25. ip: 10.27.118.76
  26. port: 7009
  27. dataFileDir: /home/service/collector_watch/rawdata/
  28. handlerClass: com.tidecloud.dataacceptance.service.impl.WatchServerHandler
  29. enable: true
  30. logging:
  31. config:
  32. classpath: logback.xml