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