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