add webhook

This commit is contained in:
Wes Lambert
2019-12-04 18:39:58 +00:00
parent eae714c90e
commit 79e1ac5336

View File

@@ -208,3 +208,8 @@ misp {
# purpose = ImportAndExport
#} ## <-- Uncomment to complete the configuration
}
webhooks {
SOCtopusWebHook {
url = "http://{{ MASTERIP }}:7000/enrich"
}
}