mirror of https://github.com/zulip/zulip.git
Update configuration examples to use current Google auth backend.
This commit is contained in:
parent
8159c03205
commit
140e598a89
|
@ -20,7 +20,7 @@ ADMIN_DOMAIN = 'example.com'
|
|||
AUTHENTICATION_BACKENDS = (
|
||||
# 'zproject.backends.EmailAuthBackend', # Email and password
|
||||
# 'zproject.backends.ZulipRemoteUserBackend', # Local SSO
|
||||
# 'zproject.backends.GoogleBackend', # Google Apps
|
||||
# 'zproject.backends.GoogleMobileOauth2Backend', # Google Apps, setup below
|
||||
)
|
||||
|
||||
# If you are using the ZulipRemoteUserBackend authentication backend,
|
||||
|
|
|
@ -86,8 +86,7 @@ else:
|
|||
AUTHENTICATION_BACKENDS = ('zproject.backends.DevAuthBackend',)
|
||||
# Add some of the below if you're testing other backends
|
||||
# AUTHENTICATION_BACKENDS = ('zproject.backends.EmailAuthBackend',
|
||||
# 'zproject.backends.GoogleMobileOauth2Backend',
|
||||
# 'zproject.backends.GoogleBackend')
|
||||
# 'zproject.backends.GoogleMobileOauth2Backend',)
|
||||
EXTERNAL_URI_SCHEME = "http://"
|
||||
EMAIL_GATEWAY_PATTERN = "%s@" + EXTERNAL_HOST
|
||||
ADMIN_DOMAIN = "zulip.com"
|
||||
|
|
Loading…
Reference in New Issue