diff options
Diffstat (limited to 'OsuFederatedBeatmapApi/appsettings.MUTRG.json')
-rw-r--r-- | OsuFederatedBeatmapApi/appsettings.MUTRG.json | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/OsuFederatedBeatmapApi/appsettings.MUTRG.json b/OsuFederatedBeatmapApi/appsettings.MUTRG.json new file mode 100644 index 0000000..57c773f --- /dev/null +++ b/OsuFederatedBeatmapApi/appsettings.MUTRG.json @@ -0,0 +1,22 @@ +{ + "Logging": { + "LogLevel": { + "Default": "Debug", + "System": "Information", + "Microsoft": "Information" + } + }, + "LibMatrixBot": { + "homeserver": "matrixunittests.rory.gay", + "accesstoken": "f8EyudM3g2wuMNJJHvC9sNGrF63ba6qJ", + "prefix": "?" + }, + "BeatmapApiBot": { + // List of people who should be invited to the control room + "Admins": [ + //"@emma:conduit.rory.gay", + //"@emma:rory.gay" + "@testuser:matrixunittests.rory.gay", + ] + } +} |