about summary refs log tree commit diff
path: root/OsuFederatedBeatmapApi/appsettings.MUTRG.json
blob: 57c773f933c3aac741d7ca179f8f6dfde3076bf8 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
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",
    ]
  }
}