mirror of https://github.com/MISP/MISP-maltego
fix: remove quotes from config template
parent
3572a4241c
commit
14b75951c2
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue