diff options
author | HimbeerserverDE <himbeerserverde@gmail.com> | 2021-09-05 19:19:27 +0200 |
---|---|---|
committer | HimbeerserverDE <himbeerserverde@gmail.com> | 2021-09-05 19:19:27 +0200 |
commit | 1de8660e9d4c8f14a3b887e6f137d1c44a2664ef (patch) | |
tree | e8e6d717300f7eaca9d94a4c1aa42c7755b86cbe /doc/config.md | |
parent | e2815094d1a00476ad0ab051e812b12c795dd5d2 (diff) |
Add plugin API (#48)
Diffstat (limited to 'doc/config.md')
-rw-r--r-- | doc/config.md | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/doc/config.md b/doc/config.md index 39164ed..47ef4a6 100644 --- a/doc/config.md +++ b/doc/config.md @@ -5,6 +5,13 @@ The file name is `config.json`. ## Format The configuration file contains JSON data. The fields are as follows. +> `NoPlugins` +``` +Type: bool +Default: false +Description: Plugins are not loaded if this is true. +``` + > `RequirePasswd` ``` Type: bool |