Преглед на файлове

Merge pull request #12699 from grafana/docs-reloading-configs

docs: mentation that config changes requires restart.
Marcus Efraimsson преди 7 години
родител
ревизия
04c91601a4
променени са 1 файла, в които са добавени 2 реда и са изтрити 0 реда
  1. 2 0
      docs/sources/installation/configuration.md

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

@@ -15,6 +15,8 @@ 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.
 
+> **Note.** Grafana needs to be restarted for any configuration changes to take effect.
+
 ## Comments In .ini Files
 
 Semicolons (the `;` char) are the standard way to comment out lines in a `.ini` file.