Skip to content

Commit

Permalink
fix: config
Browse files Browse the repository at this point in the history
  • Loading branch information
Dlexeyn committed Dec 21, 2024
1 parent 9631a31 commit e18de07
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion backend/config.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@ class Settings(BaseSettings):
JWT_PRIVATE_KEY: str

ACCESS_TOKEN_EXPIRES_IN: int
REFRESH_TOKEN_EXPIRES_IN: int
JWT_ALGORITHM: str
JWT_SECRET_KEY: str

Expand Down

0 comments on commit e18de07

Please sign in to comment.