1
0
Fork 0
mirror of https://gitlab.com/famedly/conduit.git synced 2025-03-26 04:55:55 +03:00
conduit/tests/test-config.toml
2022-03-26 10:31:44 +01:00

16 lines
No EOL
456 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"
database_backend = "rocksdb"
# All the other settings are left at their defaults:
port = 6167
max_request_size = 20_000_000
allow_registration = true
trusted_servers = ["matrix.org"]
address = "127.0.0.1"
proxy = "none"