return acces_token to original value
This commit is contained in:
parent
ff21ecc213
commit
e775df7eef
1 changed files with 1 additions and 1 deletions
|
|
@ -22,7 +22,7 @@ class AuthSettings(BaseSettings):
|
|||
frozen=False,
|
||||
)
|
||||
ALGORITHM: str = "HS256"
|
||||
ACCESS_TOKEN_EXPIRE_MINUTES: int = 1
|
||||
ACCESS_TOKEN_EXPIRE_MINUTES: int = 60
|
||||
REFRESH_TOKEN_EXPIRE_MINUTES: int = 60 * 12 * 7
|
||||
|
||||
# API Key to execute /process endpoint
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue