1
0
mirror of https://github.com/USA-RedDragon/badnest.git synced 2025-03-25 16:57:49 +00:00
Jacob McSwain 7cef7c65a4
Remove API Key from the config.
Apparently this is public and shared, I was being overly protective.

Thanks to @gboudreau for this.

https://github.com/USA-RedDragon/badnest/issues/25
2019-11-03 17:28:27 -06:00

5 lines
98 B
Python

DOMAIN = 'badnest'
CONF_ISSUE_TOKEN = 'issue_token'
CONF_COOKIE = 'cookie'
CONF_REGION = 'region'