12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061 |
- #系统/后台相关
- system:
- env: public
- addr: 9999
- db-type: mysql
- oss-type: local
- use-multipoint: false
- use-redis: true
- iplimit-count: 15000
- iplimit-time: 3600
- router-prefix: ""
- jwt:
- signing-key: 86e7a688-8d7d-42a5-af86-ec61120601d5
- expires-time: 100d
- buffer-time: 1d
- issuer: qmPlus
- captcha:
- key-long: 6 #验证码长度
- img-width: 240 #宽
- img-height: 80 #高
- open-captcha: 0 #开启验证码 1关闭,0开启
- open-captcha-timeout: 3600 #有效期
- logrus:
- stdout: true #是否打印到控制台
- max-age: 168 #保存时间168小时(7天) 单位小时
- rotation-time: 24 #切割间隔 单位小时
- mysql:
- path: 127.0.0.1
- port: "3306"
- config: charset=utf8mb4&parseTime=True&loc=Local
- db-name: fangdaosha
- username: root
- password: root
- prefix: ""
- singular: false
- engine: ""
- max-idle-conns: 10
- max-open-conns: 100
- log-mode: info
- log-zap: false
- #海康摄像头事件监听服务器,最多配三个,只需修改id,url,ipAddress和portNo
- HttpHostNotificationList:
- HttpHostNotification:
- -
- id: 1
- url: /event
- protocolType: HTTP
- parameterFormatType: XML
- addressingFormatType: ipaddress
- ipAddress: 192.168.110.69
- portNo: 8850
- httpBroken: true
- httpAuthenticationMethod: none
- #调用外部接口
- foreign:
- securityRewindUrl: "http://106.52.134.22:9099"
- #海康摄像头统一配置
- hikvision:
- user: admin
- password: kk176@lc
- streamBaseUrl: "webrtc://106.52.134.22/live/"
|