Fill out schema and schema whitelist

This commit is contained in:
Joseph Schorr 2018-02-02 14:41:45 -05:00
parent 7893ef6acc
commit 5490e64669
3 changed files with 262 additions and 13 deletions

View file

@ -196,9 +196,6 @@ class DefaultConfig(ImmutableConfig):
# Feature Flag: Whether Google login is supported.
FEATURE_GOOGLE_LOGIN = False
# Feature Flag: Whether Dex login is supported.
FEATURE_DEX_LOGIN = False
# Feature Flag: whether to enable support chat
FEATURE_SUPPORT_CHAT = False