services/synapse: expose room directory over federation

This commit is contained in:
Daniel Lovbrotte Olsen 2022-12-09 15:58:40 +01:00
parent 5528a253b4
commit d3da8933bb
1 changed files with 2 additions and 0 deletions

View File

@ -47,6 +47,8 @@ in {
"#general:pvv.ntnu.no"
];
allow_public_rooms_over_federation = true;
max_upload_size = "150M";
enable_metrics = true;