20 lines
312 B
INI
20 lines
312 B
INI
[server]
|
|
port = 8000
|
|
|
|
[mysql]
|
|
host = 192.168.110.2
|
|
port = 13386
|
|
user = video_check
|
|
password = taWtMSpXh88SHnps
|
|
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 |