diff --git a/build/lib/MISP_maltego/resources/etc/MISP_maltego.conf b/build/lib/MISP_maltego/resources/etc/MISP_maltego.conf index eccb627..24806b7 100644 --- a/build/lib/MISP_maltego/resources/etc/MISP_maltego.conf +++ b/build/lib/MISP_maltego/resources/etc/MISP_maltego.conf @@ -1,6 +1,6 @@ [MISP_maltego.local] -misp_url = '' -misp_key = '' +misp_url = https://url +misp_key = very_secret_key misp_verify = True misp_debug = False diff --git a/src/MISP_maltego/resources/etc/MISP_maltego.conf b/src/MISP_maltego/resources/etc/MISP_maltego.conf index eccb627..24806b7 100644 --- a/src/MISP_maltego/resources/etc/MISP_maltego.conf +++ b/src/MISP_maltego/resources/etc/MISP_maltego.conf @@ -1,6 +1,6 @@ [MISP_maltego.local] -misp_url = '' -misp_key = '' +misp_url = https://url +misp_key = very_secret_key misp_verify = True misp_debug = False