1
0
Fork 0
quotes-bot-python/config.sample.json

11 lines
181 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":{
"server": "https://quotes.example.com"
2025-01-31 18:47:36 -06:00
}
}