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
| mysqlAddr: 192.168.20.119
| 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
|
|