application.yml 3.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120
  1. spring:
  2. application:
  3. name: device-acceptance
  4. kafka:
  5. bootstrap-servers: 192.168.0.119:9092
  6. redis:
  7. host: 192.168.0.119
  8. password: tidecloudredis
  9. timeout: 10000
  10. port: 6379
  11. max: 100
  12. maxIdle: 10
  13. minIdle: 3
  14. maxWaitMills: 10000
  15. eureka:
  16. client:
  17. service-url:
  18. defaultZone: http://192.168.0.118:12000/eureka
  19. instance:
  20. prefer-ip-address: true
  21. port: 16666
  22. localaddress: 10.27.118.76
  23. server:
  24. port: ${random.int(16000,19999)}
  25. acceptance:
  26. device:
  27. deviceList:
  28. -
  29. name: watch
  30. topic: device-watch
  31. ip: 10.27.118.76
  32. port: 7009
  33. dataFileDir: /home/service/collector_watch/rawdata/
  34. handlerClass: com.tidecloud.dataacceptance.service.impl.WatchServerHandler
  35. enable: true
  36. -
  37. name: bingshui
  38. topic: device-bingshui
  39. ip: 10.27.118.76
  40. port: 6001
  41. dataFileDir: /home/service/collector_7510/rawdata/
  42. handlerClass: com.tidecloud.dataacceptance.service.impl.BingShuiGpsServerHandler
  43. enable: true
  44. -
  45. name: bsj
  46. topic: device-bsj
  47. ip: 10.25.19.87
  48. port: 6707
  49. dataFileDir: /home/service/collector_6707/rawdata/
  50. handlerClass: com.tidecloud.dataacceptance.service.impl.BSJGpsServerHandler
  51. enable: false
  52. -
  53. name: yitong
  54. topic: device-yitong
  55. ip: 10.27.118.76
  56. port: 7011
  57. dataFileDir: /home/service/collector_yitong/rawdata-car/
  58. handlerClass: com.tidecloud.dataacceptance.service.impl.YiTongGpsServerHandler
  59. enable: false
  60. -
  61. name: yuguang
  62. topic: device-yuguang
  63. ip: 10.27.118.76
  64. port: 7510
  65. dataFileDir: /home/service/collector_7510/rawdata/
  66. handlerClass: com.tidecloud.dataacceptance.service.impl.YuGuangGpsServerHandler
  67. enable: false
  68. -
  69. name: vorgea
  70. topic: device-vorgea
  71. ip: 10.27.118.76
  72. port: 7511
  73. dataFileDir: /home/service/collector_vorgea/rawdata/
  74. handlerClass: com.tidecloud.dataacceptance.service.impl.VorgeaUR0401ServerHandler
  75. enable: false
  76. -
  77. name: deyijia_watch
  78. topic: device-deyijia-watch
  79. ip: 10.25.19.87
  80. port: 7520
  81. dataFileDir: /home/service/collector_6727/rawdata/
  82. handlerClass: com.tidecloud.dataacceptance.service.impl.WatchDYJServerHandler
  83. enable: false
  84. -
  85. name: kds_gp_gps
  86. topic: device-kds-gps
  87. ip: 10.25.19.87
  88. port: 7519
  89. dataFileDir: /home/service/collector_7519/rawdata/
  90. handlerClass: com.tidecloud.dataacceptance.service.impl.GK309GpsServerHandler
  91. enable: true
  92. -
  93. name: jingwei_watch
  94. topic: device-jingwei-watch
  95. ip: 10.25.19.87
  96. port: 6000
  97. dataFileDir: /home/service/collector_7518/rawdata/
  98. handlerClass: com.tidecloud.dataacceptance.service.impl.WatchJWServerHandler
  99. enable: true
  100. -
  101. name: hensheng_watch
  102. topic: device-hensheng-watch
  103. ip: 10.25.19.87
  104. port: 7527
  105. dataFileDir: /home/service/collector_7527/rawdata/
  106. handlerClass: com.tidecloud.dataacceptance.service.impl.WatchHenShengServerHandler
  107. enable: true
  108. logging:
  109. config:
  110. classpath: logback.xml