Fix wrong grafana email port
This commit is contained in:
parent
2c5072cea0
commit
ff2b85592b
|
@ -21,7 +21,7 @@ in
|
|||
# {{{ Smtp
|
||||
smtp = rec {
|
||||
enabled = true;
|
||||
host = "smtp.migadu.com:456";
|
||||
host = "smtp.migadu.com:465";
|
||||
from_name = "Grafana";
|
||||
password = secret "grafana_smtp_pass";
|
||||
user = "grafana@orbit.moonythm.dev";
|
||||
|
|
Loading…
Reference in a new issue