mirror of
https://github.com/ail-project/ail-framework.git
synced 2024-11-10 08:38:28 +00:00
7 lines
186 B
Text
7 lines
186 B
Text
|
#!/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
|