hikvision-video-api/target/classes/application.yml

29 lines
614 B
YAML
Raw Permalink Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

server:
port: 8099
# 海康威视开放平台配置
hikvision:
api:
# 平台地址(综合安防管理平台 iSecure Center 或 ISUP服务地址
host: https://10.60.49.82:443
# AppKey在开放平台创建应用后获取
app-key: 23046693
# AppSecret
app-secret: sxsSY3lfL001LB6lLhpO
spring:
application:
name: hikvision-video-api
jackson:
default-property-inclusion: non_null
time-zone: GMT+8
# 抓图本地保存目录(相对于启动目录,或使用绝对路径)
app:
capture:
save-path: ./captures
logging:
level:
com.hikvision: DEBUG