feat: push test [#N3WTS-17]

This commit is contained in:
N3WT DE COMPET
2025-11-29 11:33:21 +01:00
parent 5e62ee5100
commit 0fb668b212
8 changed files with 4 additions and 221 deletions

View File

@ -349,13 +349,6 @@ SIMPLE_JWT = {
'TOKEN_TYPE_CLAIM': 'token_type',
}
# Configuration for DocuSeal JWT
DOCUSEAL_JWT = {
'ALGORITHM': 'HS256',
'SIGNING_KEY': SECRET_KEY,
'EXPIRATION_DELTA': timedelta(hours=1)
}
# Django Channels Configuration
ASGI_APPLICATION = 'N3wtSchool.asgi.application'