1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859 |
- server:
- port: 8086
- application:
- server-url: http://192.168.1.3:9191 #后端服务器地址
- channel-name: "A1地磅通道"
- channel-code: "A1001"
- channel-type: 0
- #地磅配置
- weighbridge:
- host: 127.0.0.1
- port: 4005
- brand: 3001
- min-kg: 1000
- enable: true
- #LED配置
- led:
- host: 192.168.1.254
- port: 4003
- brand: 2000
- enable: true
- #红外
- red:
- host: 192.168.1.254
- port: 4004
- brand: 2000
- enable: false
- #道闸
- gate:
- brand: 4000
- gate-port: 8131
- camera:
- host: 127.0.0.1
- brand: 1000
- port: 8888
- enable: false
- capture:
- brand: 5000
- host: 192.168.1.11
- port: 8000
- username: admin
- pwd: ap123456
- enable: true
- background:
- host: 192.168.1.3
- port: 8050
- enable: true
- #图片存储根路径
- file:
- root-path: D:\\upload\\
- #海康配置文件
- hk:
- log-home: D:\project\face\face-admin\logs\hk
- lib-home: D:\hklib
- lib-path: ${hk.lib-home}\HCNetSDK.dll
- linux-libcrypto-path: ${hk.lib-home}/libcrypto.so.1.1
- linux-libssl-path: ${hk.lib-home}/libssl.so.1.1
|