Update doc/Config.md from review suggestion

Co-authored-by: Philipp <admin+Github@philipp.info>
pull/12225/head
Hypolite Petovan 2022-11-20 18:14:37 -05:00 zatwierdzone przez GitHub
rodzic fa3db8737b
commit d4cbfeb54c
Nie znaleziono w bazie danych klucza dla tego podpisu
ID klucza GPG: 4AEE18F83AFDEB23
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

@ -38,7 +38,7 @@ All of them have to end with `.config.php` and must not include `-sample` in the
Some examples of common known configuration files:
- `local.config.php` holds the base node custom configuration.
- Any other file in this folder is meant for addon configuration.
- Any other file in this folder is meant for additional configuration (e.g. for addons).
Addons can define their own default configuration values in `addon/[addon]/config/[addon].config.php` which is loaded when the addon is activated.