mirror of
https://gitlab.computer.surgery/matrix/grapevine.git
synced 2025-12-18 00:01:24 +01:00
support listening on Unix sockets
This commit is contained in:
parent
188eac5cfd
commit
868bb44adf
10 changed files with 202 additions and 34 deletions
14
tests/integrations/fixtures/check_config/unix-socket.toml
Normal file
14
tests/integrations/fixtures/check_config/unix-socket.toml
Normal file
|
|
@ -0,0 +1,14 @@
|
|||
server_name = "example.com"
|
||||
listen = [{ type = "unix", path = "/tmp/grapevine.sock" }]
|
||||
|
||||
[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/b"
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue