From 338ce0cc10a9ebeb332f832611a919cb2f83f75e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Eivind=20Gussi=C3=A5s=20L=C3=B8kseth?= Date: Mon, 6 Jul 2020 11:00:03 +0200 Subject: [PATCH] Docs: Default configuration is defaults.ini (#26071) Fixes #26068 The `conf ` directory doesn't have any `grafana.ini`, but a `defaults.ini`, which contains the default configuration. --- contribute/developer-guide.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/contribute/developer-guide.md b/contribute/developer-guide.md index f7f49170ea2..804221548ea 100644 --- a/contribute/developer-guide.md +++ b/contribute/developer-guide.md @@ -125,7 +125,7 @@ yarn e2e:dev ## Configure Grafana for development -The default configuration, `grafana.ini`, is located in the `conf` directory. +The default configuration, `defaults.ini`, is located in the `conf` directory. To override the default configuration, create a `custom.ini` file in the `conf` directory. You only need to add the options you wish to override.