grapevine/tests/integrations/fixtures/check_config/valid.toml
2025-03-20 11:33:59 -07:00

25 lines
489 B
TOML

server_name = "example.com"
allow_registration = false
max_request_size = 20_000_000
[server_discovery]
server.authority = "matrix.example.com:443"
client.base_url = "https://matrix.example.com"
[database]
backend = "rocksdb"
path = "tests/integrations/fixtures/check_config/dirs/a"
[media.backend]
type = "filesystem"
path = "tests/integrations/fixtures/check_config/dirs/b"
[federation]
enable = true
trusted_servers = ["matrix.org"]
[[listen]]
type="tcp"
address = "0.0.0.0"