Add hint for comments in ini files

This commit is contained in:
Tobias Bauriedel 2024-08-26 15:47:27 +02:00
parent c4b6e4bdda
commit 02a1038ad3
No known key found for this signature in database
GPG Key ID: 278AA84FFD61B675

@ -14,6 +14,8 @@ File/Directory | Description
enabledModules | Symlinks to enabled modules
modules | Directory for module specific configuration
Comments in the .ini files follow the (de facto) standard for .ini files in the form of a `;` at the beginning of the line.
For multi-line comments or to comment out a entire section, a `;` is required in each line that is to be commented out.
## General Configuration <a id="configuration-general"></a>