From 580fae755ddb759c3ffa7fdf9ac0c7ac1b7a53fe Mon Sep 17 00:00:00 2001 From: Andrew Azores Date: Fri, 10 Feb 2023 17:24:52 -0500 Subject: [PATCH] feat(ini): allow embedding (#20) --- grafana.ini | 3 +++ 1 file changed, 3 insertions(+) diff --git a/grafana.ini b/grafana.ini index 0fda0f6..61e772c 100644 --- a/grafana.ini +++ b/grafana.ini @@ -2,3 +2,6 @@ [dashboards] # Path to the default home dashboard. If this value is empty, then Grafana uses StaticRootPath + "dashboards/home.json" default_home_dashboard_path = /etc/grafana/provisioning/dashboards/main.dashboard.json + +[security] +allow_embedding = true