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