From fb40b801415204ec130f3a966201efb84f1283f2 Mon Sep 17 00:00:00 2001 From: owensmallwood Date: Thu, 18 Aug 2022 11:13:48 -0600 Subject: [PATCH] shows example of how and where to enable public dashboards in config.ini (#53904) --- docs/sources/dashboards/dashboard-public.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/docs/sources/dashboards/dashboard-public.md b/docs/sources/dashboards/dashboard-public.md index 22be16e39e7..9ccdd858b17 100644 --- a/docs/sources/dashboards/dashboard-public.md +++ b/docs/sources/dashboards/dashboard-public.md @@ -27,6 +27,11 @@ dashboard to the world. Add the `publicDashboards` feature toggle to your `custom.ini` file. +``` +[feature_toggles] +publicDashboards = true +``` + > **Note:** For Grafana Cloud, you will need to contact support to have the feature enabled. #### Make a dashboard public