forked from n/quotes-bot-python
15 lines
369 B
JSON
15 lines
369 B
JSON
{
|
|
"matrix": {
|
|
"server": "https://example.com",
|
|
"userid": "@quotes:example.com",
|
|
"password": "hunter2"
|
|
},
|
|
"imag":{
|
|
"_comment": "Don't put a slash at an end of this. That took quite a bit of running around in circles to fix.",
|
|
"server": "https://quotes.example.com"
|
|
},
|
|
"bot": {
|
|
"debugMode": true,
|
|
"admin": "@alice:example.com"
|
|
}
|
|
}
|