docs: .ini file semicolon is comment

ref #7725
This commit is contained in:
Daniel Lee 2017-08-21 21:28:05 +02:00
parent bbf9d7677b
commit d19aa89ec0

View File

@ -15,6 +15,12 @@ weight = 1
The Grafana back-end has a number of configuration options that can be
specified in a `.ini` configuration file or specified using environment variables.
## Comments In .ini Files
Semicolons (the `;` char) are the standard way to comment out lines in a `.ini` file.
A common problem is forgetting to uncomment a line in the `custom.ini` (or `grafana.ini`) file which causes the configuration option to be ignored.
## Config file locations
- Default configuration from `$WORKING_DIR/conf/defaults.ini`