Add the olark feature flag to the default config and fix the usage of flask modules.
This commit is contained in:
parent
c20b04d072
commit
4d4f3b1c18
2 changed files with 8 additions and 14 deletions
|
@ -134,3 +134,6 @@ class DefaultConfig(object):
|
|||
|
||||
# Feature Flag: Whether GitHub login is supported.
|
||||
FEATURE_GITHUB_LOGIN = True
|
||||
|
||||
# Feature flag, whether to enable olark chat
|
||||
FEATURE_OLARK_CHAT = True
|
Reference in a new issue