Remove chatlio support chat
Fixes https://jira.coreos.com/browse/QUAY-1000
This commit is contained in:
parent
496d94138c
commit
c2778c7031
4 changed files with 0 additions and 15 deletions
|
@ -198,9 +198,6 @@ class DefaultConfig(ImmutableConfig):
|
|||
# Feature Flag: Whether Google login is supported.
|
||||
FEATURE_GOOGLE_LOGIN = False
|
||||
|
||||
# Feature Flag: whether to enable support chat
|
||||
FEATURE_SUPPORT_CHAT = False
|
||||
|
||||
# Feature Flag: Whether to support GitHub build triggers.
|
||||
FEATURE_GITHUB_BUILD = False
|
||||
|
||||
|
|
Reference in a new issue