freeleaps-authentication/tests/api_tests/siginin/config.py

3 lines
108 B
Python
Raw Normal View History

2025-10-30 03:26:05 +00:00
JWT_SECRET_KEY = "ea84edf152976b2fcec12b78aa8e45bc26a5cf0ef61bf16f5c317ae33b3fd8b0"
JWT_ALGORITHM = "HS256"