mrmBot-Matrix/config/servers.json

11 lines
268 B
JSON
Raw Normal View History

2023-03-15 14:09:09 +00:00
{
"lava": [
{ "name": "localhost", "url": "localhost:2333", "auth": "youshallnotpass", "local": true }
],
"image": [
{ "server": "localhost", "auth": "verycoolpass100", "tls": false }
],
"searx": [
"https://searx.projectlounge.pw"
]
}