12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485 |
- #系统/后台相关
- system:
- env: public
- addr: 9000
- 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: 4 #验证码长度
- img-width: 240 #宽
- img-height: 80 #高
- open-captcha: 0 #开启验证码 1关闭,0开启
- open-captcha-timeout: 3600 #有效期
- logrus:
- mysql:
- path: 127.0.0.1
- port: "3306"
- config: charset=utf8mb4&parseTime=True&loc=Local
- db-name: lcfds
- username: root
- password: 123456
- 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/"
- #摄像头1 测量长度和高度
- camera1:
- a: [500, 450, 400, 350, 300, 250, 200, 150, 100, 50]
- b: [50, 100, 150, 200, 250, 300, 350, 400, 450, 500]
- #摄像头2 测量宽度
- camera2:
- a: [500, 450, 400, 350, 300, 250, 200, 150, 100, 50]
- #泥头车的长宽高和体积
- dump:
- #20尺柜,毛重17.5吨
- a: [5.69,2.13,2.18,26]
- #40尺柜,毛重22吨
- b: [11.8,2.13,2.18,54]
- #40尺高柜,毛重22吨
- c: [11.8,2.13,2.72,68]
- #45尺高柜,毛重29吨
- d: [13.58,2.34,2.71,86]
- #20尺开顶柜,毛重20吨
- e: [5.89,2.32,2.31,31.5]
- #40尺开顶柜,毛重30.4吨
- f: [12.01,2.33,2.15,65]
- #20尺平底柜,毛重23吨
- g: [5.85,2.23,2.15,28]
- #40尺平底柜,毛重36吨
- h: [12.05,2.12,1.96,50]
|