[scaffold] Add Matrix/Conduit deployment: deploy/matrix/element-config.json

This commit is contained in:
2026-04-05 06:10:56 +00:00
parent 4d7d7be646
commit be7e1709f8

View File

@@ -0,0 +1,14 @@
{
"default_server_config": {
"m.homeserver": {
"base_url": "https://matrix.example.com",
"server_name": "example.com"
}
},
"brand": "Timmy Fleet",
"default_theme": "dark",
"features": {
"feature_spaces": true,
"feature_voice_rooms": true
}
}