{ "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": "?" }, "ModerationBot": { // List of people who should be invited to the control room "Admins": [ "@emma:conduit.rory.gay", "@emma:rory.gay" ] } }