diff --git a/deploy/matrix/element-config.json b/deploy/matrix/element-config.json new file mode 100644 index 00000000..a1fcce89 --- /dev/null +++ b/deploy/matrix/element-config.json @@ -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 + } +}