Switch to having GitHub login off in the default config, since the keys are empty anyway

This commit is contained in:
Joseph Schorr 2014-04-16 22:51:56 -04:00
parent 975de452d7
commit 91c1342ffb

View file

@ -137,7 +137,7 @@ class DefaultConfig(object):
FEATURE_USER_LOG_ACCESS = False
# Feature Flag: Whether GitHub login is supported.
FEATURE_GITHUB_LOGIN = True
FEATURE_GITHUB_LOGIN = False
# Feature flag, whether to enable olark chat
FEATURE_OLARK_CHAT = False