mirror of
https://gitlab.computer.surgery/matrix/grapevine.git
synced 2025-12-17 07:41:23 +01:00
8 lines
155 B
TOML
8 lines
155 B
TOML
server_name = "example.com"
|
|
|
|
[server_discovery]
|
|
client.base_url = "https://matrix.example.com"
|
|
|
|
[database]
|
|
backend = "rocksdb"
|
|
path = "/var/lib/grapevine"
|