Files
weirdradio/config/config.json.example
Christian Richter a9f9217dd7 initial commit
Signed-off-by: Christian Richter <crichter@owncloud.com>
2022-07-15 15:12:55 +02:00

18 lines
513 B
JSON

{
"homeServerUrl": "https://matrix.your-homeserver.org",
"accessToken": "youraccesstokencanbeobtainedthroughriot",
"storage": "config/bot.json",
"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
}