mirror of https://github.com/CIRCL/AIL-framework
7 lines
186 B
Plaintext
7 lines
186 B
Plaintext
|
#!/usr/bin/env python
|
||
|
# -*- coding: utf-8 -*-
|
||
|
|
||
|
misp_url = ''
|
||
|
misp_key = '' # The MISP auth key can be found on the MISP web interface under the automation section
|
||
|
misp_verifycert = True
|