aboutsummaryrefslogtreecommitdiffhomepage
path: root/README.md
diff options
context:
space:
mode:
authorcbdev <cb@cbcdn.com>2020-04-21 00:13:51 +0200
committercbdev <cb@cbcdn.com>2020-04-21 00:13:51 +0200
commit918fb606174dcf42553be65e3d2306996c52488f (patch)
tree98d0bc185c5d9cd2c0f3bbe6b0461ebbf1c8f502 /README.md
parent8773fca1f7d2ffed68b6af4967b537d989a1e5b5 (diff)
downloadmidimonster-918fb606174dcf42553be65e3d2306996c52488f.tar.gz
midimonster-918fb606174dcf42553be65e3d2306996c52488f.tar.bz2
midimonster-918fb606174dcf42553be65e3d2306996c52488f.zip
Implement recursive configuration file parsing (Fixes #59)
Diffstat (limited to 'README.md')
-rw-r--r--README.md4
1 files changed, 4 insertions, 0 deletions
diff --git a/README.md b/README.md
index 12d87eb..a7ca212 100644
--- a/README.md
+++ b/README.md
@@ -76,6 +76,10 @@ lines of the form `option = value`.
Lines starting with a semicolon are treated as comments and ignored. Inline comments
are not currently supported.
+Configuration files may be included recursively in other configuration files using
+the syntax `[include <file>]`. This will read the referenced configuration file as
+if it were inserted at that point.
+
Example configuration files may be found in [configs/](configs/).
### Backend and instance configuration