add GITLAB_TRIGGER_CONFIG to config.py

We were already using this in production in our config.yml. We just
didn't have a default value for it inside of config.py.
This commit is contained in:
Jimmy Zelinskie 2015-12-21 13:34:27 -05:00 committed by Jimmy Zelinskie
parent e3fb249b8e
commit cca95ac583

View file

@ -116,6 +116,9 @@ class DefaultConfig(object):
# Bitbucket Config.
BITBUCKET_TRIGGER_CONFIG = None
# Gitlab Config.
GITLAB_TRIGGER_CONFIG = None
# Requests based HTTP client with a large request pool
HTTPCLIENT = build_requests_session()