Files
weirdradio/config/config.json.example
Christian Richter d6204d9a62 add rudimentary reconnect
Signed-off-by: Christian Richter <crichter@owncloud.com>
2022-07-17 12:32:46 +02:00

19 lines
538 B
JSON

{
"homeServerUrl": "https://matrix.your-homeserver.org",
"accessToken": "youraccesstokencanbeobtainedthroughriot",
"storage": "config/bot.json",
"assetDir": "assets/",
"webServerPort": "8080",
"webSocketServerPort":"8090",
"monitorChannels": [
"!yoursourceroomeid0:matrix.your-homeserver.org",
"!yoursourceroomeid1:matrix.your-homeserver.org",
"!yoursourceroomeid2:matrix.your-homeserver.org"
],
"relayTypes" : [
"m.image",
"m.video"
],
"extractYoutubeLinks": true,
"showYoutubeTitle": true
}