liujiandao
2024-02-20 4860c7b312cdce2d948ee417b0bb1fed60fd9dc7
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
server:
  analyServerId: DSVAD010120230222
  networkAdapter: enp6s0
dbpersoncompare:
  servePort: 4010
  mysql: "root:c++java123@tcp(127.0.0.1:3306)/faceanalysis?charset=utf8mb4"
  username: "root"
  password: "c++java123"
  database: "faceanalysis"
  personTable: "dbtablepersons"
espersoncompare:
  servePort: 4011
  esip: "127.0.0.1"
  esPort: 9200
es:
  index:
    aiOcean:
      index: ai_ocean
      type: analysisModel
log:
  path: ./log/
  level: -1
  maxSize: 128
  maxBackups: 30
  maxAge: 15