{ "Logging": { "LogLevel": { "Default": "Debug", "System": "Information", "Microsoft": "Information" } }, "LibMatrixBot": { // The homeserver to connect to "Homeserver": "rory.gay", // The access token to use "AccessToken": "syt_xxxxxxxxxxxxxxxxx", // The command prefix "Prefix": "?" }, "MatrixContentFilter": { // App mode: bot or appservice "AppMode": "bot", // whether to use LiFo or FiFo for task queuing "AsyncQueueImplementation": "lifo", // List of people who should be invited to the control room "Admins": [ "@emma:conduit.rory.gay", "@emma:rory.gay" ], // The maximum number of redactions that can be performed concurrently "ConcurrencyLimits": { "Redactions": 2, "LogMessages": 2 }, // Whether bot mode should be ammended with a cronjob to check for missed events // Keep in mind this may add a lot of load to the server "SanityCheck": { "Enabled": false, "MaxConcurrency": 1, "Interval": "00:05:00" } } }