2021-07-19 10:23:04 +02:00
|
|
|
[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:
|
2024-05-06 20:43:13 +02:00
|
|
|
address = "127.0.0.1"
|
2021-07-19 10:23:04 +02:00
|
|
|
allow_registration = true
|
2024-05-06 20:43:13 +02:00
|
|
|
max_request_size = 20_000_000
|
|
|
|
port = 6167
|
|
|
|
proxy = "none"
|
2021-07-19 10:23:04 +02:00
|
|
|
trusted_servers = ["matrix.org"]
|