feat(autorenewal): implement automatic subscription renewal system
This commit is contained in:
@@ -34,5 +34,9 @@ class Settings(BaseSettings):
|
||||
general_squad: str = Field("2de0b5ea-49b9-4181-916f-ae67b9c83b80")
|
||||
whitelist_squad: str = Field("e4435baa-64d3-4b29-a18e-81ad1c60d977")
|
||||
|
||||
autorenew_days_before: int = Field(1, alias="AUTORENEW_DAYS_BEFORE")
|
||||
|
||||
autorenew_days_before: int = Field(1, alias="AUTORENEW_DAYS_BEFORE")
|
||||
|
||||
|
||||
settings = Settings() # type: ignore
|
||||
|
||||
Reference in New Issue
Block a user