about summary refs log tree commit diff
path: root/Utilities/LibMatrix.TestDataGenerator/appsettings.Development.json
blob: 38c45c43e899a6f6982185455170dbc4e20155e9 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
{
  "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": "?",
    "LogRoom": "!xxxxxxxxxxxxxxxxxxxxxx:example.com"
  }
}