Add first basic code for external hooks

This commit is contained in:
Jan Oberhauser
2020-05-04 08:56:01 +02:00
parent 582ff76799
commit a380a9a394
7 changed files with 126 additions and 0 deletions

View File

@@ -252,6 +252,13 @@ const config = convict({
},
},
externalHookFiles: {
doc: 'Files containing external hooks',
format: String,
default: '',
env: 'EXTERNAL_HOOK_FILES'
},
nodes: {
exclude: {
doc: 'Nodes not to load',