conduit: enable federation
This commit is contained in:
parent
51b68737a8
commit
64ffe79380
1 changed files with 1 additions and 1 deletions
|
@ -7,7 +7,7 @@ _: {
|
||||||
address = "0.0.0.0";
|
address = "0.0.0.0";
|
||||||
server_name = "matrix.flake.sh";
|
server_name = "matrix.flake.sh";
|
||||||
allow_registration = true;
|
allow_registration = true;
|
||||||
allow_federation = false;
|
allow_federation = true;
|
||||||
allow_encryption = true;
|
allow_encryption = true;
|
||||||
log = "warn";
|
log = "warn";
|
||||||
max_concurrent_requests = 100;
|
max_concurrent_requests = 100;
|
||||||
|
|
Loading…
Reference in a new issue