about summary refs log tree commit diff
path: root/Utilities/LibMatrix.DevTestBot/appsettings.json
blob: 815d2a5ec7cad5b8325688dfa9de68b2cb92a867 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
{
  "Logging": {
    "LogLevel": {
      "Default": "Debug",
      "System": "Information",
      "Microsoft": "Information"
    }
  },
  "Bot": {
    "Homeserver": "rory.gay",
    "AccessToken": "syt_xxxxxx_xxxxxxxxxxxxxxxxxxxx_xxxxxx",
    "Prefix": "$"
  }
}