chore: set default webapp title to minishop

This commit is contained in:
3252a8
2026-05-27 07:22:34 +03:00
parent f2c0a9f6d5
commit 77c8785ec0
3 changed files with 12 additions and 2 deletions
+1 -1
View File
@@ -303,7 +303,7 @@ class Settings(BaseSettings):
)
WEBAPP_SERVER_HOST: str = Field(default="0.0.0.0")
WEBAPP_SERVER_PORT: int = Field(default=8081)
WEBAPP_TITLE: str = Field(default="Моя подписка")
WEBAPP_TITLE: str = Field(default="/minishop")
WEBAPP_PRIMARY_COLOR: str = Field(default="#00fe7a")
WEBAPP_THEMES_DIR: str = Field(
default="data/themes",