application.yml 1018 B

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859
  1. server:
  2. port: 8086
  3. application:
  4. server-url: http://192.168.1.3:9191 #后端服务器地址
  5. channel-name: "A1地磅通道"
  6. channel-code: "A1001"
  7. channel-type: 0
  8. #地磅配置
  9. weighbridge:
  10. host: 127.0.0.1
  11. port: 4005
  12. brand: 3001
  13. min-kg: 1000
  14. enable: true
  15. #LED配置
  16. led:
  17. host: 192.168.1.254
  18. port: 4003
  19. brand: 2000
  20. enable: true
  21. #红外
  22. red:
  23. host: 192.168.1.254
  24. port: 4004
  25. brand: 2000
  26. enable: false
  27. #道闸
  28. gate:
  29. brand: 4000
  30. gate-port: 8131
  31. camera:
  32. host: 127.0.0.1
  33. brand: 1000
  34. port: 8888
  35. enable: false
  36. capture:
  37. brand: 5000
  38. host: 192.168.1.11
  39. port: 8000
  40. username: admin
  41. pwd: ap123456
  42. enable: true
  43. background:
  44. host: 192.168.1.3
  45. port: 8050
  46. enable: true
  47. #图片存储根路径
  48. file:
  49. root-path: D:\\upload\\
  50. #海康配置文件
  51. hk:
  52. log-home: D:\project\face\face-admin\logs\hk
  53. lib-home: D:\hklib
  54. lib-path: ${hk.lib-home}\HCNetSDK.dll
  55. linux-libcrypto-path: ${hk.lib-home}/libcrypto.so.1.1
  56. linux-libssl-path: ${hk.lib-home}/libssl.so.1.1