Add subscription mini app support

This commit is contained in:
Machka Pasla
2025-07-04 20:45:27 +07:00
parent 0e03d72dd3
commit a8b62ccc03
5 changed files with 28 additions and 5 deletions
+2
View File
@@ -101,6 +101,8 @@ class Settings(BaseSettings):
WEB_SERVER_PORT: int = Field(default=8080)
LOGS_PAGE_SIZE: int = Field(default=10)
SUBSCRIPTION_MINI_APP_URL: Optional[str] = Field(default=None)
@computed_field
@property
def DATABASE_URL(self) -> str: