quotes-bot-python/config.sample.json

16 lines
369 B
JSON
Raw Normal View History

2025-01-31 18:47:36 -06:00
{
"matrix": {
"server": "https://example.com",
"userid": "@quotes:example.com",
"password": "hunter2"
2025-01-31 18:49:25 -06:00
},
"imag":{
2025-01-31 19:24:00 -06:00
"_comment": "Don't put a slash at an end of this. That took quite a bit of running around in circles to fix.",
2025-01-31 18:49:25 -06:00
"server": "https://quotes.example.com"
2025-01-31 20:51:27 -06:00
},
"bot": {
2025-02-01 17:11:21 -06:00
"debugMode": true,
"admin": "@alice:example.com"
2025-01-31 18:47:36 -06:00
}
}