Fix token issue 2

This commit is contained in:
Urtzi Alfaro
2025-07-18 17:14:30 +02:00
parent e92ccb8e0a
commit 3932eed859
6 changed files with 6 additions and 6 deletions

View File

@@ -44,7 +44,7 @@ class Settings(BaseSettings):
RATE_LIMIT_WINDOW: int = 60
# JWT settings
JWT_SECRET_KEY: str = "your-secret-key-change-in-production"
JWT_SECRET_KEY: str = "your-super-secret-jwt-key-change-in-production"
JWT_ALGORITHM: str = "HS256"
@property