matrix-synapse: activation preview URL et upload permis plus gros

This commit is contained in:
nyanloutre 2019-02-27 13:31:43 +01:00
parent 44d914cd8c
commit 00ca645ce7

View File

@ -250,15 +250,14 @@ in
x_forwarded = true; x_forwarded = true;
} }
]; ];
max_upload_size = "100M";
database_type = "psycopg2"; database_type = "psycopg2";
database_args = { database_args = {
database = "matrix-synapse"; database = "matrix-synapse";
}; };
tls_private_key_path = "/var/lib/acme/${domaine}/key.pem"; tls_private_key_path = "/var/lib/acme/${domaine}/key.pem";
tls_certificate_path = "/var/lib/acme/${domaine}/fullchain.pem"; tls_certificate_path = "/var/lib/acme/${domaine}/fullchain.pem";
extraConfig = '' url_preview_enabled = true;
max_upload_size: "100M"
'';
logConfig = '' logConfig = ''
version: 1 version: 1