about summary refs log tree commit diff
path: root/ExampleBots/ModerationBot/appsettings.Development.json
blob: 224d0da43ec22fefadc722fc34511c5b3d53cb9a (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
{
  "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"
    ]
  }
}