20 lines
376 B
INI
20 lines
376 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
|
||
|
|
||
|
[live]
|
||
|
rtmp_url = rtmp://192.168.110.65:1935/live/
|
||
|
webrtc_url = http://192.168.110.65:1985/rtc/v1/whep/?app=live&stream=
|