aboutsummaryrefslogtreecommitdiffstats
path: root/pysite/constants.py
diff options
context:
space:
mode:
authorGravatar Joseph Banks <[email protected]>2018-06-17 21:32:51 +0000
committerGravatar Gareth Coles <[email protected]>2018-06-17 21:32:51 +0000
commit49662680e0ca53a85a7e11347697ad716d70fe84 (patch)
tree79d95eef0f265909961677b381b4e81f1a3c1925 /pysite/constants.py
parentMerge branch 'code-jam-backend-teams' into 'master' (diff)
Wiki audit logs
Diffstat (limited to 'pysite/constants.py')
-rw-r--r--pysite/constants.py8
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"