From 81e32cbb1b9ae40283bcbaef606ef9e09cb71ae6 Mon Sep 17 00:00:00 2001 From: Gareth Coles Date: Tue, 8 May 2018 11:30:50 +0100 Subject: Move bot API key to a constant --- pysite/constants.py | 3 +++ 1 file changed, 3 insertions(+) (limited to 'pysite/constants.py') diff --git a/pysite/constants.py b/pysite/constants.py index 225550fe..49882030 100644 --- a/pysite/constants.py +++ b/pysite/constants.py @@ -82,3 +82,6 @@ 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 -- cgit v1.2.3