diff options
author | 2018-06-17 21:32:51 +0000 | |
---|---|---|
committer | 2018-06-17 21:32:51 +0000 | |
commit | 49662680e0ca53a85a7e11347697ad716d70fe84 (patch) | |
tree | 79d95eef0f265909961677b381b4e81f1a3c1925 /pysite/constants.py | |
parent | Merge branch 'code-jam-backend-teams' into 'master' (diff) |
Wiki audit logs
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" |