mobilizon: disable registration, turn down logging, disable tls 1.0

This commit is contained in:
Sandro - 2023-09-12 23:14:38 +02:00
parent e81b60b1cc
commit 33d84fa488
Signed by: sandro
GPG Key ID: 3AF5A43A3EECC2E5
1 changed files with 3 additions and 3 deletions

View File

@ -13,7 +13,7 @@
":mobilizon".":instance" = {
name = "C3D2 Mobilizon";
hostname = "mobilizon.c3d2.de";
registrations_open = true;
registrations_open = false;
default_language = "de";
};
":mobilizon"."Mobilizon.Web.Email.Mailer" = {
@ -24,12 +24,12 @@
port = 587;
ssl = false;
tls = { value = ":if_available"; _elixirType = "atom"; };
allowed_tls_versions = { value = ''[:tlsv1, :"tlsv1.1", :"tlsv1.2"]''; _elixirType = "raw"; };
allowed_tls_versions = { value = ''[:"tlsv1.1", :"tlsv1.2"]''; _elixirType = "raw"; };
retries = 1;
no_mx_lookups = true;
};
":mobilizon".":logger" = {
level = { value = ":all"; _elixirType = "atom"; };
level = { value = ":info"; _elixirType = "atom"; };
};
};
};