move complement dir to tests dir
Signed-off-by: strawberry <strawberry@puppygock.gay>
This commit is contained in:
parent
2a48e562e6
commit
95ca7bc3e4
3 changed files with 0 additions and 15 deletions
|
@ -1,15 +0,0 @@
|
||||||
[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"
|
|
Loading…
Add table
Add a link
Reference in a new issue