Files
cinny/config.json
T

38 lines
803 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,
"featuredCommunities": {
"openAsDefault": false,
"spaces": [
"#cinny-space:matrix.org",
"#community:matrix.org",
"#space:envs.net",
"#science-space:matrix.org",
"#libregaming-games:tchncs.de",
"#mathematics-on:matrix.org"
],
"rooms": [
"#cinny:matrix.org",
"#foundation-office:matrix.org",
"#thisweekinmatrix:matrix.org",
"#matrix-dev:matrix.org",
"#matrix:matrix.org"
],
"servers": ["envs.net", "matrix.org", "monero.social", "mozilla.org"]
},
2024-01-21 23:50:56 +11:00
"hashRouter": {
"enabled": false,
"basename": "/"
}
}