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:
Mateusz Mandera 2021-08-23 15:14:05 +02:00 committed by Tim Abbott
parent 159e8a0141
commit f5b5ca6928
1 changed files with 2 additions and 0 deletions

View File

@ -175,4 +175,6 @@ USE_X_FORWARDED_PORT = True
# Override the default SAML entity ID # Override the default SAML entity ID
SOCIAL_AUTH_SAML_SP_ENTITY_ID = "http://localhost:9991" SOCIAL_AUTH_SAML_SP_ENTITY_ID = "http://localhost:9991"
SOCIAL_AUTH_SUBDOMAIN = "auth"
MEMCACHED_USERNAME: Optional[str] = None MEMCACHED_USERNAME: Optional[str] = None