From a4523298ca261a6b0d892c19fbd04f6bf65c3ed6 Mon Sep 17 00:00:00 2001 From: Joey Hafner Date: Mon, 4 Apr 2022 23:27:01 -0700 Subject: [PATCH] Implement app pass --- server/config/grafana-stack/grafana.ini | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/server/config/grafana-stack/grafana.ini b/server/config/grafana-stack/grafana.ini index 64e5ff0..98a716b 100644 --- a/server/config/grafana-stack/grafana.ini +++ b/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