mirror of
https://github.com/lorsanstand/Aether.git
synced 2026-06-19 20:15:16 +03:00
refractor redis service
This commit is contained in:
@@ -21,6 +21,7 @@ class Settings(BaseSettings):
|
||||
SECRET_KEY: str
|
||||
ALGORITHM: str
|
||||
ACCESS_TOKEN_EXPIRE_MINUTES: int = 15
|
||||
EMAIL_TOKEN_EXPIRE_MINUTES: int = 60
|
||||
REFRESH_TOKEN_EXPIRE_DAYS: int = 30
|
||||
|
||||
SMTP_SERVER: str
|
||||
|
||||
Reference in New Issue
Block a user