diff --git a/homelab/server/config/grafana-stack/grafana.ini b/homelab/server/config/grafana-stack/grafana.ini index 6300bcce..95fc39b0 100644 --- a/homelab/server/config/grafana-stack/grafana.ini +++ b/homelab/server/config/grafana-stack/grafana.ini @@ -425,12 +425,13 @@ enabled = true host = smtp.gmail.com user = noreply@jafner.net # If the password contains # or ; you have to wrap it with trippel quotes. Ex """#password;""" -password = """4jtX%u#^77jNsoh$z3GqLvUN3trowf#b""" +password = "frasthwbzcjlarit" ;cert_file = ;key_file = skip_verify = false from_address = noreply@jafner.net from_name = Grafana +startTLS_verify = OpportunisticStartTLS # EHLO identity in SMTP dialog (defaults to instance_name) ;ehlo_identity = dashboard.example.com