Public Dashboards: Docs: add ENV method to enable (#60412)
Co-authored-by: Christopher Moyer <35463610+chri2547@users.noreply.github.com>
This commit is contained in:
co-authored by
Christopher Moyer
parent
c5e74ee607
commit
59df361087
@@ -32,6 +32,12 @@ Add the `publicDashboards` feature toggle to your `custom.ini` file.
|
|||||||
publicDashboards = true
|
publicDashboards = true
|
||||||
```
|
```
|
||||||
|
|
||||||
|
If you are using Docker, use an environment variable to enable public dashboards:
|
||||||
|
|
||||||
|
```
|
||||||
|
--env GF_FEATURE_TOGGLES_ENABLE=publicDashboards
|
||||||
|
```
|
||||||
|
|
||||||
> **Note:** For Grafana Cloud, you will need to contact support to have the feature enabled.
|
> **Note:** For Grafana Cloud, you will need to contact support to have the feature enabled.
|
||||||
|
|
||||||
#### Make a dashboard public
|
#### Make a dashboard public
|
||||||
|
|||||||
Reference in New Issue
Block a user