20 lines
312 B
INI
20 lines
312 B
INI
|
|
[server]
|
||
|
|
port = 8000
|
||
|
|
|
||
|
|
[mysql]
|
||
|
|
host = 192.168.110.65
|
||
|
|
port = 6975
|
||
|
|
user = video_check
|
||
|
|
password = fsjPfhxCs8NrFGmL
|
||
|
|
database = video_check
|
||
|
|
charset = utf8mb4
|
||
|
|
|
||
|
|
[jwt]
|
||
|
|
secret_key = 6tsieyd87wefdw2wgeduwte23rfcsd
|
||
|
|
algorithm = HS256
|
||
|
|
access_token_expire_minutes = 30
|
||
|
|
|
||
|
|
[business]
|
||
|
|
ocr_conf = 0.6
|
||
|
|
face_conf = 0.6
|
||
|
|
yolo_conf = 0.7
|