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