We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 35505f3 commit 38cef19Copy full SHA for 38cef19
config.py
@@ -53,6 +53,7 @@ class Config(object):
53
PREAUTH = os.environ.get('PREAUTH') or False
54
WHITELISTED_IPS = os.environ.get('WHITELISTED_IPS') or ""
55
SLACK_HOOK = os.environ.get('SLACK_HOOK') or None
56
+ GWDG_CHAT_API = os.environ.get('GWDG_CHAT_API') or ""
57
58
# PRIVATE_APPS = os.environ.get('PRIVATE_APPS') or None
59
0 commit comments