From 49662680e0ca53a85a7e11347697ad716d70fe84 Mon Sep 17 00:00:00 2001 From: Joseph Banks Date: Sun, 17 Jun 2018 21:32:51 +0000 Subject: Wiki audit logs --- pysite/constants.py | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) (limited to 'pysite/constants.py') 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" -- cgit v1.2.3