matrix: Move the whole email section into the secret
All checks were successful
Flake checks / Check (pull_request) Successful in 15m27s
All checks were successful
Flake checks / Check (pull_request) Successful in 15m27s
Matrix doesn't deep merge the secrets, so this is necessary
This commit is contained in:
parent
9f633582d1
commit
2cbc46c154
|
@ -52,19 +52,6 @@ in {
|
||||||
|
|
||||||
default_room_version = "10";
|
default_room_version = "10";
|
||||||
disable_msisdn_registration = true;
|
disable_msisdn_registration = true;
|
||||||
email = {
|
|
||||||
app_name = "Matrix";
|
|
||||||
client_base_url = "https://chat.pub.solar";
|
|
||||||
enable_notifs = true;
|
|
||||||
enable_tls = true;
|
|
||||||
invite_client_location = "https://chat.pub.solar";
|
|
||||||
notif_for_new_users = true;
|
|
||||||
notif_from = "Matrix <no-reply@pub.solar>";
|
|
||||||
require_transport_security = true;
|
|
||||||
smtp_host = "mx2.greenbaum.cloud";
|
|
||||||
smtp_port = 465;
|
|
||||||
};
|
|
||||||
|
|
||||||
enable_media_repo = true;
|
enable_media_repo = true;
|
||||||
enable_metrics = true;
|
enable_metrics = true;
|
||||||
enable_registration = false;
|
enable_registration = false;
|
||||||
|
|
Binary file not shown.
Loading…
Reference in a new issue