From 9486f960d175b5c13fe55afa89829fe71188da8b Mon Sep 17 00:00:00 2001 From: Arve Knudsen Date: Mon, 20 Jul 2020 10:05:48 +0200 Subject: [PATCH] Docs: Fix documentation about dashboards.default_home_dashboard_path (#26445) Signed-off-by: Arve Knudsen --- docs/sources/administration/configuration.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/sources/administration/configuration.md b/docs/sources/administration/configuration.md index e525d89d3f1..98c8cd43c49 100644 --- a/docs/sources/administration/configuration.md +++ b/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" +
## [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" -
## [auth.anonymous]