Conduit is a simple, fast and reliable chat server powered by Matrix https://conduit.rs
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
15 lines
427 B
15 lines
427 B
[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: |
|
port = 6167 |
|
max_request_size = 20_000_000 |
|
allow_registration = true |
|
trusted_servers = ["matrix.org"] |
|
address = "127.0.0.1" |
|
proxy = "none" |