about summary refs log tree commit diff
path: root/ExampleBots/PluralContactBotPoC/appsettings.Development.json
blob: 93dc0e6bb070cd5a1179323b5b6623675211eb8c (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
{
  "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": "?"
  }
}