Files
cinny/config.json
T

18 lines
263 B
JSON
Raw Normal View History

{
2023-12-03 14:58:01 +11:00
"defaultHomeserver": 2,
"homeserverList": [
2022-11-08 20:20:17 +05:30
"converser.eu",
"envs.net",
"matrix.org",
"monero.social",
"mozilla.org",
"xmr.se"
],
2024-01-21 23:50:56 +11:00
"allowCustomHomeservers": true,
"hashRouter": {
"enabled": false,
"basename": "/"
}
}