Enable token retrieval during testing

This commit is contained in:
Jeremy Stretch 2025-03-18 14:44:39 -04:00
parent 83d2659aa7
commit a44c7207bf

View File

@ -43,6 +43,8 @@ SECRET_KEY = 'abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789'
DEFAULT_PERMISSIONS = {}
ALLOW_TOKEN_RETRIEVAL = True
LOGGING = {
'version': 1,
'disable_existing_loggers': True