blob: a8951703f542979d2d8b7b91dada07d1ed61b6bf (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
|
{
"Logging": {
"LogLevel": {
"Default": "Debug",
"System": "Information",
"Microsoft": "Information"
}
},
"MediaMod": {
// The homeserver to connect to
"Homeserver": "rory.gay",
// The access token to use
"AccessToken": "syt_xxxxxxxxxxxxxxxxx",
// The command prefix
"Prefix": "?",
// List of people who should be invited to the control room
"Admins": [
"@emma:conduit.rory.gay",
"@emma:rory.gay"
]
}
}
|