smtp
This commit is contained in:
parent
c7643a20d8
commit
20ccb666c8
@ -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;
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
Loading…
Reference in New Issue
Block a user