Sample keys file added

pull/3/head
Alexandre Dulaunoy 2015-11-06 11:09:17 +01:00
parent dbd45f0f01
commit 424c1671aa
1 changed files with 6 additions and 0 deletions

6
examples/keys.py.sample Normal file
View File

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