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

@@ -72,7 +72,7 @@ Set these environment variables:
DATABASE_URL=postgresql+asyncpg://auth_user:auth_pass123@auth-db:5432/auth_db
REDIS_URL=redis://redis:6379/0
RABBITMQ_URL=amqp://bakery:forecast123@rabbitmq:5672/
JWT_SECRET_KEY=your-super-secret-jwt-key
JWT_SECRET_KEY=your-super-secret-jwt-key-change-in-production
JWT_ACCESS_TOKEN_EXPIRE_MINUTES=30
JWT_REFRESH_TOKEN_EXPIRE_DAYS=7
MAX_LOGIN_ATTEMPTS=5