Files
weirdradio/config/config.json.example
Christian Richter 1b60082111
Some checks reported errors
continuous-integration/drone/pr Build was killed
make domains configurable & extend webserver
Signed-off-by: Christian Richter <crichter@owncloud.com>
2022-07-19 09:00:09 +02:00

21 lines
610 B
JSON

{
"homeServerUrl": "https://matrix.your-homeserver.org",
"accessToken": "youraccesstokencanbeobtainedthroughriot",
"domain": "yourdomain.tld",
"webSocketDomain": "ws.yourdomain.tld",
"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
}