Docs: Fix documentation about dashboards.default_home_dashboard_path (#26445)

Signed-off-by: Arve Knudsen <arve.knudsen@gmail.com>
pull/26452/head
Arve Knudsen 5 years ago committed by GitHub
parent a1f40195be
commit 9486f960d1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 8
      docs/sources/administration/configuration.md

@ -536,6 +536,10 @@ Number dashboard versions to keep (per dashboard). Default: `20`, Minimum: `1`.
This prevents users from setting the dashboard refresh interval of a lower than given interval. Per default this is 5 seconds.
The interval string is a possibly signed sequence of decimal numbers, followed by a unit suffix (ms, s, m, h, d), e.g. `30s` or `1m`.
### default_home_dashboard_path
Path to the default home dashboard. If this value is empty, then Grafana uses StaticRootPath + "dashboards/home.json"
<hr />
## [users]
@ -649,10 +653,6 @@ Administrators can increase this if they experience OAuth login state mismatch e
Limit of API key seconds to live before expiration. Default is -1 (unlimited).
### default_home_dashboard_path
Path to the default home dashboard. If this value is empty, then Grafana uses StaticRootPath + "dashboards/home.json"
<hr />
## [auth.anonymous]

Loading…
Cancel
Save