Skip to content

Commit

Permalink
Merge branch 'feat/auto-add-dem-file' of github.com:hotosm/drone-tm i…
Browse files Browse the repository at this point in the history
…nto feat/auto-add-dem-file
  • Loading branch information
aryalsaurav committed Dec 5, 2024
2 parents f3d7071 + ecf13e6 commit 304d16a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/backend/app/config.py
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ def assemble_db_connection(cls, v: Optional[str], info: ValidationInfo) -> Any:
S3_DOWNLOAD_ROOT: Optional[str] = None

JAXA_AUTH_TOKEN: Optional[str] = ""

ALGORITHM: str = "HS256"
ACCESS_TOKEN_EXPIRE_MINUTES: int = 60 * 60 * 24 * 1 # 1 day
REFRESH_TOKEN_EXPIRE_MINUTES: int = 60 * 60 * 24 * 8 # 8 day
Expand Down

0 comments on commit 304d16a

Please sign in to comment.