Revert "gitea: enable email"

This reverts commit bcf8b365c8.

Failed to send a testing email to 'motiejus@jakstys.lt': gomail: could not send email 1: signal: aborted (core dumped)
This commit is contained in:
Motiejus Jakštys 2023-08-24 23:21:07 +03:00
parent bcf8b365c8
commit 6263f88887
1 changed files with 9 additions and 7 deletions

View File

@ -192,14 +192,16 @@
SHOW_MILESTONES_DASHBOARD_PAGE = false; SHOW_MILESTONES_DASHBOARD_PAGE = false;
COOKIE_SECURE = true; COOKIE_SECURE = true;
}; };
"service.explore".DISABLE_USERS_PAGE = true;
log.LEVEL = "Error"; log.LEVEL = "Error";
mailer = { # TODO: does not work with 1.7.4, getting error
ENABLED = true; # in the UI when testing the email sending workflow.
MAILER_TYPE = "sendmail"; #mailer = {
FROM = "<noreply@jakstys.lt>"; # ENABLED = true;
SENDMAIL_PATH = "${pkgs.system-sendmail}/bin/sendmail"; # MAILER_TYPE = "sendmail";
}; # FROM = "<noreply@jakstys.lt>";
# SENDMAIL_PATH = "${pkgs.system-sendmail}/bin/sendmail";
#};
"service.explore".DISABLE_USERS_PAGE = true;
}; };
}; };