mirror of
https://github.com/zulip/zulip.git
synced 2025-11-02 13:03:29 +00:00
Make DEPLOYMENT_ROLE_KEY no longer required.
(imported from commit 046ce610d847cc987d3f6d584ccc0bc84b55df84)
This commit is contained in:
@@ -13,11 +13,6 @@ ZULIP_ADMINISTRATOR = ''
|
||||
# The domain for your organization, e.g. example.com
|
||||
ADMIN_DOMAIN = ''
|
||||
|
||||
# The deployment key is used by your server to authenticate any
|
||||
# communication with Zulip. You can obtain your key from
|
||||
# https://zulip.com/enterprise/download/deployment-key
|
||||
DEPLOYMENT_ROLE_KEY = ''
|
||||
|
||||
# Enable at least one of the following authentication backends.
|
||||
AUTHENTICATION_BACKENDS = (
|
||||
# 'zproject.backends.EmailAuthBackend', # Email and password
|
||||
|
||||
Reference in New Issue
Block a user