sunty
2024-09-09 28c5cf41c5064579dd62f79fd40dc5990e9565b2
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
app:
  name: Capture Analysis Rule Model Engine
  port: 7024
  logLevel: debug
database:
  driver: mysql
  host: 192.168.20.115
  port: 3306
  username: root
  password: c++java123
  name: faceanalysis
elastic:
  host: 192.168.20.115
  port: 9200
  index: ai_face_ocean
  type: analysisModel
  documentSize: 100000
  topHitsSize: 100000
  cameraSize: 100000
  timeInterval: 30
  batchSize: 100
log:
  path: /opt/vasystem/valog/
  level: -1
  maxSize: 128
  maxBackups: 30
  maxAge: 15
api:
  host: 192.168.20.115
  port: 4101
  capAddrDaysThreshold: 50 #capAddrDaysThreshold 抓拍非空非1楼非地下地址天数占总天数比值,百分制
  timeThreshold: 30 #timeThreshold 查询档案时间范围,为之前timeThreshold天之内的数据
  csTimes: 10 #climbed stairs times 窜楼次数
  csHours: 5 #climbed stairs hours 窜楼预警时间 该csHours时间范围之内
  aInterval: 3 #interval time between anomalies  进出异常间隔时间
  parse2excel: true #若为true,本次仅生成报表,不跑规则