mirror of https://github.com/zulip/zulip.git
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:
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
|
||||
|
|
Loading…
Reference in New Issue