mirror of
https://github.com/ail-project/ail-framework.git
synced 2025-02-18 15:26:25 +00:00
7 lines
199 B
Python
7 lines
199 B
Python
![]() |
#!/usr/bin/env python
|
||
|
# -*- coding: utf-8 -*-
|
||
|
|
||
|
the_hive_url = ''
|
||
|
the_hive_key = '' # The Hive auth key can be found on the The Hive web interface under the User Management
|
||
|
the_hive_verifycert = True
|