Skip to content

Commit

Permalink
Merge branch 'feature/issue-tokens-from-garage' into release/2.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
U-lis committed Aug 21, 2024
2 parents 2cc0e15 + 7144483 commit 9bc881b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions common/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,7 @@ class Config:

headless: str = "http://localhost"
kms_key_id: Optional[str] = None
adhoc_kms_key_id: Optional[str] = None
golden_dust_request_sheet_id: Optional[str] = None
golden_dust_work_sheet_id: Optional[str] = None
form_sheet: Optional[str] = None
Expand Down

0 comments on commit 9bc881b

Please sign in to comment.