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:
parent
e3fb249b8e
commit
cca95ac583
1 changed files with 3 additions and 0 deletions
|
@ -116,6 +116,9 @@ class DefaultConfig(object):
|
||||||
# Bitbucket Config.
|
# Bitbucket Config.
|
||||||
BITBUCKET_TRIGGER_CONFIG = None
|
BITBUCKET_TRIGGER_CONFIG = None
|
||||||
|
|
||||||
|
# Gitlab Config.
|
||||||
|
GITLAB_TRIGGER_CONFIG = None
|
||||||
|
|
||||||
# Requests based HTTP client with a large request pool
|
# Requests based HTTP client with a large request pool
|
||||||
HTTPCLIENT = build_requests_session()
|
HTTPCLIENT = build_requests_session()
|
||||||
|
|
||||||
|
|
Reference in a new issue