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
|
|
|
|
access_token_expire_minutes = 30
|
|
|
|
|
|
|
|
[live]
|
2025-09-04 22:59:27 +08:00
|
|
|
rtmp_url = rtmp://192.168.110.25:1935/live/
|
|
|
|
webrtc_url = http://192.168.110.25:1985/rtc/v1/whep/?app=live&stream=
|