This commit is contained in:
HotSwapp
2025-08-08 19:06:39 -05:00
parent b257a06787
commit 04edc636f8
12 changed files with 1824 additions and 52 deletions

View File

@@ -19,7 +19,7 @@ class Settings(BaseSettings):
# Authentication
secret_key: str = "your-secret-key-change-in-production"
algorithm: str = "HS256"
access_token_expire_minutes: int = 30
access_token_expire_minutes: int = 240 # 4 hours
# Admin account settings
admin_username: str = "admin"