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.
This commit is contained in:
Eivind Gussiås Løkseth 2020-07-06 11:00:03 +02:00 committed by GitHub
parent 6f13f2de7d
commit 338ce0cc10
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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.