initial commit
Signed-off-by: Christian Richter <crichter@owncloud.com>
This commit is contained in:
18
config/config.json.example
Normal file
18
config/config.json.example
Normal file
@@ -0,0 +1,18 @@
|
||||
{
|
||||
"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
|
||||
}
|
||||
Reference in New Issue
Block a user