fix: remove quotes from config template

pull/12/head
Christophe Vandeplas 2018-11-19 15:44:43 +02:00
parent 3572a4241c
commit 14b75951c2
2 changed files with 4 additions and 4 deletions

View File

@ -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

View File

@ -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