This commit is contained in:
Motiejus Jakštys 2023-09-07 19:46:47 +03:00
parent c7643a20d8
commit 20ccb666c8
1 changed files with 7 additions and 8 deletions

View File

@ -56,14 +56,13 @@
COOKIE_SECURE = true;
};
log.LEVEL = "Error";
# TODO: does not work with 1.19.4, getting error
# in the UI when testing the email sending workflow.
#mailer = {
# ENABLED = true;
# MAILER_TYPE = "sendmail";
# FROM = "<noreply@jakstys.lt>";
# SENDMAIL_PATH = "${pkgs.system-sendmail}/bin/sendmail";
#};
mailer = {
ENABLED = true;
FROM = "<noreply@jakstys.lt>";
PROTOCOL = "smtp";
SMTP_ADDR = "localhost";
SMTP_PORT = 25;
};
"service.explore".DISABLE_USERS_PAGE = true;
};
};