mirror of https://github.com/CIRCL/AIL-framework
7 lines
253 B
Plaintext
7 lines
253 B
Plaintext
|
#!/usr/bin/env python
|
||
|
# -*- coding: utf-8 -*-
|
||
|
|
||
|
the_hive_url = 'http://10.1.0.145:9000'
|
||
|
the_hive_key = 'KfiPGz3Bi8E5styWbC2eU4WiTKDGdf22' # The Hive auth key can be found on the The Hive web interface under the User Management
|
||
|
the_hive_verifycert = True
|