Files
video/config.ini

15 lines
253 B
INI
Raw Normal View History

2025-09-02 18:51:50 +08:00
[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
2025-09-08 17:34:23 +08:00
access_token_expire_minutes = 30