Document hide_version flag (#33670) (#33881)

Unauthenticated users can be barred from being shown the current Grafana server version since https://github.com/grafana/grafana/pull/24919

(cherry picked from commit 2ff36fa47b)

Co-authored-by: Tristan Deloche <tde@hey.com>
This commit is contained in:
Grot (@grafanabot)
2021-05-10 23:40:08 +01:00
committed by GitHub
parent 0e8d0be72a
commit 28edbbbbbb

View File

@@ -65,6 +65,9 @@ org_name = Main Org.
# Role for unauthenticated users, other valid values are `Editor` and `Admin`
org_role = Viewer
# Hide the Grafana version text from the footer and help tooltip for unauthenticated users (default: false)
hide_version = true
```
If you change your organization name in the Grafana UI this setting needs to be updated to match the new name.