This commit is contained in:
ivan 2026-07-31 14:13:51 +05:00
parent d57fcf8229
commit 3fb27a9e53

View File

@ -126,7 +126,7 @@ data:
return default
raise ImproperlyConfigured(error_msg)
SIMPLE_JWT_ISSUER = get_env_variable("SIMPLE_JWT_ISSUER", default="django")
SIMPLE_JWT_ISSUER = get_env_variable("SIMPLE_JWT_ISSUER", default="default_issuer")
SIMPLE_JWT = {