diff options
author | 2018-06-17 21:32:51 +0000 | |
---|---|---|
committer | 2018-06-17 21:32:51 +0000 | |
commit | 41728358a8b2b9c7f1a96d73d8b876750cf0d4d2 (patch) | |
tree | 79d95eef0f265909961677b381b4e81f1a3c1925 /pysite/constants.py | |
parent | Merge branch 'code-jam-backend-teams' into 'master' (diff) | |
parent | Wiki audit logs (diff) |
Merge branch 'gists-to-snippets' into 'master'
Wiki audit logs
See merge request python-discord/projects/site!4
Diffstat (limited to 'pysite/constants.py')
-rw-r--r-- | pysite/constants.py | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/pysite/constants.py b/pysite/constants.py index 3177fe59..016ab9c5 100644 --- a/pysite/constants.py +++ b/pysite/constants.py @@ -101,14 +101,8 @@ JAM_QUESTION_TYPES = [ # CSRF CSRF = CSRFProtect() -# GitHub Token -GITHUB_TOKEN = environ.get("GITHUB_TOKEN") or None - -# Audit Webhook -WIKI_AUDIT_WEBHOOK = environ.get("WIKI_AUDIT_WEBHOOK") or None - # Bot key -BOT_API_KEY = environ.get("BOT_API_KEY") or None +BOT_API_KEY = environ.get("BOT_API_KEY") # RabbitMQ settings BOT_EVENT_QUEUE = "bot_events" |