set debug to False by default

pull/4/head
Sascha Rommelfangen 2017-05-23 15:19:31 +02:00 committed by GitHub
parent b4592ea766
commit 1bb62cd2c3
1 changed files with 1 additions and 1 deletions

View File

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