services: matrix: explicitly disable registration
This commit is contained in:
parent
b8f4bc5b68
commit
c49cb11109
|
@ -44,6 +44,7 @@ in
|
|||
server_name = domain;
|
||||
public_baseurl = "https://matrix.${domain}";
|
||||
|
||||
enable_registration = false;
|
||||
registration_shared_secret = cfg.secret;
|
||||
|
||||
listeners = [
|
||||
|
|
Loading…
Reference in a new issue