application.yml 1.3 KB

12345678910111213141516171819202122232425262728293031323334353637
  1. server:
  2. port: 8086
  3. spring:
  4. task:
  5. execution:
  6. pool:
  7. core-size: 20
  8. scheduling:
  9. thread-name-prefix: scheduling-task
  10. lifecycle:
  11. timeout-per-shutdown-phase: 10s
  12. #图片存储根路径
  13. file:
  14. root-path: D:\\file\\
  15. #海康配置文件
  16. hk:
  17. log-home: D:\project\face\face-admin\logs\hk
  18. lib-home: F:\libs\hklib
  19. lib-path: ${hk.lib-home}\HCNetSDK.dll
  20. linux-libcrypto-path: ${hk.lib-home}/libcrypto.so.1.1
  21. linux-libssl-path: ${hk.lib-home}/libssl.so.1.1
  22. app-key: 25464258
  23. app-secret: P6yigrFjWoYzYOj9R8rF
  24. host: 10.5.32.10:443
  25. external:
  26. base-url: http://10.26.1.53:10018/prod-api
  27. sub-car-validate-path: ${external.base-url}/channel/carNoIdentify
  28. status-report-interval: 30000
  29. status-callback-path: ${external.base-url}/api/barrier/status-callback
  30. face-status-callback-path: ${external.base-url}/api/face-status-callback
  31. face-open-gate-path: ${external.base-url}/channel/face-open-callback
  32. verify-code-open-gate-path: ${external.base-url}/channel/code-verify
  33. notify-pole-open-result: ${external.base-url}/channel/pole-open-feedback
  34. passport-check-path: ${external.base-url}/channel/passportVerify
  35. auexy-tail-record: ${external.base-url}/channel/face/auexyTailRecord
  36. abn-handle-feedback: ${external.base-url}/channel/face/abn-handle-feedback