mirror of
https://github.com/zulip/zulip.git
synced 2025-11-01 20:44:04 +00:00
dev_settings: Set SOCIAL_AUTH_SUBDOMAIN to "auth".
This allows testing the social auth subdomain in the dev environment, by accessing auth.zulipdev.com.
This commit is contained in:
committed by
Tim Abbott
parent
159e8a0141
commit
f5b5ca6928
@@ -175,4 +175,6 @@ USE_X_FORWARDED_PORT = True
|
||||
# Override the default SAML entity ID
|
||||
SOCIAL_AUTH_SAML_SP_ENTITY_ID = "http://localhost:9991"
|
||||
|
||||
SOCIAL_AUTH_SUBDOMAIN = "auth"
|
||||
|
||||
MEMCACHED_USERNAME: Optional[str] = None
|
||||
|
||||
Reference in New Issue
Block a user