mirror of https://github.com/MISP/mail_to_misp
set debug to False by default
parent
b4592ea766
commit
1bb62cd2c3
|
@ -4,7 +4,7 @@ misp_url = 'YOUR_MISP_URL'
|
|||
misp_key = 'YOUR_KEY_HERE' # The MISP auth key can be found on the MISP web interface under the automation section
|
||||
misp_verifycert = True
|
||||
|
||||
debug = True
|
||||
debug = False
|
||||
debug_out_file = '/tmp/mail_to_misp-debug.txt'
|
||||
nameservers = ['149.13.33.69']
|
||||
|
||||
|
|
Loading…
Reference in New Issue