conduit/tests/test-config.toml
2024-05-06 20:57:56 +01:00

16 lines
428 B
TOML

[global]
# Server runs in same container as tests do, so localhost is fine
server_name = "localhost"
# With a bit of luck /tmp is a RAM disk, so that the file system does not become the bottleneck while testing
database_path = "/tmp"
# All the other settings are left at their defaults:
address = "127.0.0.1"
allow_registration = true
max_request_size = 20_000_000
port = 6167
proxy = "none"
trusted_servers = ["matrix.org"]