Update isso configuration to disable SMTP notifications and comment out SMTP settings
This commit is contained in:
@@ -29,19 +29,19 @@ in
|
|||||||
general = {
|
general = {
|
||||||
host = "https://blog.${cfg.domain}";
|
host = "https://blog.${cfg.domain}";
|
||||||
max-age = "1h";
|
max-age = "1h";
|
||||||
notify = "smtp";
|
notify = "none";
|
||||||
reply-notifications = true;
|
reply-notifications = true;
|
||||||
gravatar = true;
|
gravatar = true;
|
||||||
};
|
};
|
||||||
smtp = {
|
# smtp = {
|
||||||
host = "smtp.gmail.com";
|
# host = "smtp.gmail.com";
|
||||||
port = 587;
|
# port = 587;
|
||||||
security = "starttls";
|
# security = "starttls";
|
||||||
username = "$ISSO_SMTP_USERNAME";
|
# username = "$ISSO_SMTP_USERNAME";
|
||||||
password = "$ISSO_SMTP_PASSWORD";
|
# password = "$ISSO_SMTP_PASSWORD";
|
||||||
to = config.my.email;
|
# to = config.my.email;
|
||||||
from = config.my.smtpemail;
|
# from = config.my.smtpemail;
|
||||||
};
|
# };
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
systemd.services.isso = {
|
systemd.services.isso = {
|
||||||
|
|||||||
Reference in New Issue
Block a user