mirror of
https://gitlab.computer.surgery/matrix/grapevine.git
synced 2025-12-18 00:01:24 +01:00
reject overlapping media and database paths
This commit is contained in:
parent
81a449d1d2
commit
b01b70fc20
20 changed files with 146 additions and 4 deletions
|
|
@ -10,11 +10,11 @@ client.base_url = "https://matrix.example.com"
|
|||
|
||||
[database]
|
||||
backend = "rocksdb"
|
||||
path = "/var/lib/grapevine/database"
|
||||
path = "tests/integrations/fixtures/check_config/dirs/a"
|
||||
|
||||
[media.backend]
|
||||
type = "filesystem"
|
||||
path = "/var/lib/grapevine/media"
|
||||
path = "tests/integrations/fixtures/check_config/dirs/b"
|
||||
|
||||
[federation]
|
||||
enable = true
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue