shows example of how and where to enable public dashboards in config.ini (#53904)

This commit is contained in:
owensmallwood 2022-08-18 11:13:48 -06:00 committed by GitHub
parent f5f93ccd96
commit fb40b80141
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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