registration
This commit is contained in:
@@ -14,8 +14,8 @@ in
|
|||||||
server_name = serverName;
|
server_name = serverName;
|
||||||
address = [ "127.0.0.1" "::1" ];
|
address = [ "127.0.0.1" "::1" ];
|
||||||
port = [ 6167 ];
|
port = [ 6167 ];
|
||||||
max_request_size = 104857600; # 100MB in bytes
|
max_request_size = 104857600;
|
||||||
allow_registration = false;
|
allow_registration = true;
|
||||||
allow_encryption = true;
|
allow_encryption = true;
|
||||||
allow_federation = true;
|
allow_federation = true;
|
||||||
trusted_servers = [ "matrix.org" ];
|
trusted_servers = [ "matrix.org" ];
|
||||||
|
|||||||
Reference in New Issue
Block a user