1
Fork 0

add skip verify to mail config

This commit is contained in:
prescientmoon 2024-02-24 07:52:17 +01:00
parent ff2b85592b
commit 071ba4cfc5
Signed by: prescientmoon
SSH key fingerprint: SHA256:UUF9JT2s8Xfyv76b8ZuVL7XrmimH4o49p4b+iexbVH4

View file

@ -26,6 +26,7 @@ in
password = secret "grafana_smtp_pass";
user = "grafana@orbit.moonythm.dev";
from_address = user;
skip_verify = true;
};
# }}}
};