blob: 621d281889e8dee091edbe7b5ab5faceb7d5add9 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
{
// Don't touch this unless you know what you're doing:
"Logging": {
"LogLevel": {
"Default": "Information",
"Microsoft.Hosting.Lifetime": "Information"
}
},
"LibMatrixBot": {
// Homeserver to connect to.
// Note: Homeserver resolution is applied here, but a direct base URL can be used.
// "Homeserver": "rory.gay",
// Absolute path to the file containing the access token
"AccessTokenPath": "/home/Rory/matrix_access_token"
}
}
|