Comment out SMTP notification settings in isso configuration
This commit is contained in:
@@ -29,7 +29,7 @@ in
|
|||||||
general = {
|
general = {
|
||||||
host = "https://blog.${cfg.domain}";
|
host = "https://blog.${cfg.domain}";
|
||||||
max-age = "1h";
|
max-age = "1h";
|
||||||
notify = "none";
|
# notify = "smtp";
|
||||||
reply-notifications = true;
|
reply-notifications = true;
|
||||||
gravatar = true;
|
gravatar = true;
|
||||||
};
|
};
|
||||||
|
|||||||
Reference in New Issue
Block a user