Config Refactor Part 2 - Change Opt Param Names & Set File Expiry (#2835)

* Remove Old Optional Parameters and Hardcoded Values.

* Set file to expire.

* Adding expiry.

* test sleep

* Tested expiry.

* Set expirty to 24hrs.

* Syntax error.

* Formatting.

* Changing optional.

* Adding new params.

* Removing arguments.

* Removing arguments.

* Changing param names.

* Update params.
This commit is contained in:
Noah McGregor Harper
2023-02-18 00:12:17 +00:00
committed by GitHub
parent ddbc715b3f
commit 1ac3fd4bed
8 changed files with 31 additions and 36 deletions

View File

@ -56,6 +56,7 @@ class Config(BaseResponse):
authority: str
client_id: str
tenant_domain: str
multi_tenant_domain: Optional[str]
class ContainerInfoBase(BaseResponse):