Production config for matrix #72

Merged
teutat3s merged 9 commits from feat/matrix-prod into main 2023-11-28 12:58:54 +00:00
2 changed files with 3 additions and 3 deletions
Showing only changes of commit f0c3178b4d - Show all commits

View file

@ -60,9 +60,9 @@ in {
invite_client_location = "https://chat.pub.solar";
notif_for_new_users = true;
notif_from = "Matrix <no-reply@pub.solar>";
require_transport_security = false;
smtp_host = "matrix-mailer";
smtp_port = 8025;
require_transport_security = true;
smtp_host = "mx2.greenbaum.cloud";
smtp_port = 465;
};
enable_media_repo = true;