Skip to content

Commit

Permalink
Update config.py
Browse files Browse the repository at this point in the history
  • Loading branch information
danny-cooke-icl authored Apr 15, 2024
1 parent b40e4e7 commit ada56a6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion api_app/core/config.py
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,6 @@

API_AUDIENCE: str = config("API_AUDIENCE", default=API_CLIENT_ID)

AIRLOCK_SAS_TOKEN_EXPIRY_PERIOD_IN_HOURS: int = config("AIRLOCK_SAS_TOKEN_EXPIRY_PERIOD_IN_HOURS", default=1)
AIRLOCK_SAS_TOKEN_EXPIRY_PERIOD_IN_HOURS: int = config("AIRLOCK_SAS_TOKEN_EXPIRY_PERIOD_IN_HOURS", default=48)

API_ROOT_SCOPE: str = f"api://{API_CLIENT_ID}/user_impersonation"

0 comments on commit ada56a6

Please sign in to comment.