From 14b75951c2e88ac619d971d6d0150e5a6781c8ad Mon Sep 17 00:00:00 2001 From: Christophe Vandeplas Date: Mon, 19 Nov 2018 15:44:43 +0200 Subject: [PATCH] fix: remove quotes from config template --- build/lib/MISP_maltego/resources/etc/MISP_maltego.conf | 4 ++-- src/MISP_maltego/resources/etc/MISP_maltego.conf | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) 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