Files
StreamGoose/config.json
T

20 lines
585 B
JSON
Raw Normal View History

2024-09-14 14:41:59 +03:00
{
"server_port": 60053,
"server_listen_ip": "127.0.0.1",
"debug": true,
2024-09-15 14:40:39 +03:00
"useragent": "Mozilla/5.0 (X11; Linux x86_64; rv:130.0) Gecko/20100101 Firefox/130.0",
2024-09-14 14:41:59 +03:00
"tw_backend_enabled": true,
"tw_nickname": "Suborg",
"tw_channel": "#suborg",
"yt_backend_enabled": false,
"yt_api_root_url": "https://yt.lemnoslife.com/noKey",
"yt_api_poll_timeout": 3,
2024-09-14 23:42:47 +03:00
"yt_channel": "@foxyshadow",
2024-09-15 14:40:39 +03:00
"oc_backend_enabled": false,
2024-09-14 23:42:47 +03:00
"oc_server": "https://streams.luxferre.top",
2024-09-15 14:40:39 +03:00
"oc_api_poll_timeout": 2,
"kk_backend_enabled": true,
"kk_channel": "sam",
"kk_api_poll_timeout": 2
2024-09-14 14:41:59 +03:00
}