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