内容安全审核
This commit is contained in:
20
config.ini
Normal file
20
config.ini
Normal file
@ -0,0 +1,20 @@
|
||||
[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
|
||||
Reference in New Issue
Block a user