|
@@ -0,0 +1,59 @@
|
|
|
+#系统/后台相关
|
|
|
+system:
|
|
|
+ env: public
|
|
|
+ addr: 8889
|
|
|
+ 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:
|
|
|
+mysql:
|
|
|
+ path: 192.168.110.69
|
|
|
+ port: "3306"
|
|
|
+ config: charset=utf8mb4&parseTime=True&loc=Local
|
|
|
+ db-name: lcfns
|
|
|
+ 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"
|
|
|
+ gatewayServer: "192.168.110.69:9001"
|
|
|
+#海康摄像头统一配置
|
|
|
+hikvision:
|
|
|
+ user: admin
|
|
|
+ password: kk176@lc
|
|
|
+ streamBaseUrl: "webrtc://106.52.134.22/live/"
|