12345678910111213141516171819202122232425262728293031323334353637 |
- server:
- port: 8086
- spring:
- task:
- execution:
- pool:
- core-size: 20
- scheduling:
- thread-name-prefix: scheduling-task
- lifecycle:
- timeout-per-shutdown-phase: 10s
- #图片存储根路径
- file:
- root-path: D:\\file\\
- #海康配置文件
- hk:
- log-home: D:\project\face\face-admin\logs\hk
- lib-home: F:\libs\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
- app-key: 25464258
- app-secret: P6yigrFjWoYzYOj9R8rF
- host: 10.5.32.10:443
- external:
- base-url: http://10.26.1.53:10018/prod-api
- sub-car-validate-path: ${external.base-url}/channel/carNoIdentify
- status-report-interval: 30000
- status-callback-path: ${external.base-url}/api/barrier/status-callback
- face-status-callback-path: ${external.base-url}/api/face-status-callback
- face-open-gate-path: ${external.base-url}/channel/face-open-callback
- verify-code-open-gate-path: ${external.base-url}/channel/code-verify
- notify-pole-open-result: ${external.base-url}/channel/pole-open-feedback
- passport-check-path: ${external.base-url}/channel/passportVerify
- auexy-tail-record: ${external.base-url}/channel/face/auexyTailRecord
- abn-handle-feedback: ${external.base-url}/channel/face/abn-handle-feedback
|