mirror of
https://gitlab.computer.surgery/matrix/grapevine.git
synced 2025-12-18 00:01:24 +01:00
12 lines
278 B
TOML
12 lines
278 B
TOML
server_name = "example.com"
|
|
|
|
[server_discovery]
|
|
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/a"
|