about summary refs log tree commit diff
path: root/Utilities/LibMatrix.DevTestBot/appsettings.json
blob: db64c225b16c24b5d053f6eb394de67213b0a8d0 (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_xxxxxxxxxxxxxxxxx",
    "Prefix": "!"
  }
}