zhangzengfei
2024-12-20 dfd68d7befce08863c33c20fb5d1e17f62d65e01
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
es:
  ip: 192.168.20.119
  port: 9200
  shards: 1,2
  index:
    aiocean:
      index: ai_face_ocean
      type: analysisModel
  thresholdTime: 10
  thresholdStayTime: 0
 
log:
  path: ./logs/model.log
  level: -1
  maxSize: 128
  maxBackups: 30
  maxAge: 15
 
mysqlConf:
  dsn: root:c++java123@tcp(192.168.20.117:3306)/smart_community?charset=utf8&parseTime=True&loc=Local
  logMode: true
  maxIdleCon: 20
  maxOpenCon: 100
  connMaxLifeTimeSecond: 120
  connMaxIdleTimeSecond: 1800