Explorar el Código

docs: .ini file semicolon is comment

ref #7725
Daniel Lee hace 8 años
padre
commit
d19aa89ec0
Se han modificado 1 ficheros con 6 adiciones y 0 borrados
  1. 6 0
      docs/sources/installation/configuration.md

+ 6 - 0
docs/sources/installation/configuration.md

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