Files
StreamGoose/config.json
T

19 lines
530 B
JSON
Raw Normal View History

2024-09-14 14:41:59 +03:00
{
"server_port": 60053,
"server_listen_ip": "127.0.0.1",
2024-09-20 12:21:28 +03:00
"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",
2024-09-20 12:21:28 +03:00
"yt_backend_enabled": false,
2024-09-18 18:57:23 +03:00
"yt_api_poll_timeout": 1,
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,
2024-09-18 18:57:23 +03:00
"kk_backend_enabled": false,
2024-09-15 14:40:39 +03:00
"kk_channel": "sam",
"kk_api_poll_timeout": 2
2024-09-14 14:41:59 +03:00
}