Merge branch 'master' of github.com:ail-project/ail-framework

This commit is contained in:
Terrtia 2022-04-28 15:57:17 +02:00
commit 18fdc0faad
No known key found for this signature in database
GPG key ID: 1E1B1F50D84613D0

View file

@ -1,6 +1,6 @@
#!/usr/bin/env python
# -*- coding: utf-8 -*-
misp_url = 'http://10.1.0.143'
misp_url = 'https://10.1.0.143'
misp_key = 'c5VRXJahYVux3rkPULbbILTNmAwlXU8Eas9zvl36' # The MISP auth key can be found on the MISP web interface under the automation section
misp_verifycert = True