diff --git a/salt/hive/thehive/etc/application.conf b/salt/hive/thehive/etc/application.conf index 3b6c89637..14a635e54 100644 --- a/salt/hive/thehive/etc/application.conf +++ b/salt/hive/thehive/etc/application.conf @@ -208,3 +208,8 @@ misp { # purpose = ImportAndExport #} ## <-- Uncomment to complete the configuration } +webhooks { + SOCtopusWebHook { + url = "http://{{ MASTERIP }}:7000/enrich" + } +}