config-fix
All checks were successful
Deploy on push / deploy (push) Successful in 3m19s

This commit is contained in:
2025-09-30 21:48:29 +03:00
parent 3ae675c52c
commit 14ff155789
11 changed files with 19 additions and 19 deletions

View File

@@ -76,7 +76,7 @@ OAUTH_CLIENTS = {
}
# Настройки JWT
JWT_SECRET = os.getenv("JWT_SECRET", "your-secret-key")
JWT_SECRET_KEY = os.getenv("JWT_SECRET_KEY", "your-secret-key")
JWT_ACCESS_TOKEN_EXPIRE_MINUTES = 30
JWT_REFRESH_TOKEN_EXPIRE_DAYS = int(environ.get("JWT_REFRESH_TOKEN_EXPIRE_DAYS", "30"))