feat: 品牌升级为墨木灵思,优化 UI 并配置 Docker 部署
This commit is contained in:
@@ -25,7 +25,7 @@ class Settings(BaseSettings):
|
||||
"""应用配置"""
|
||||
|
||||
# 应用配置
|
||||
app_name: str = "MuMuAINovel"
|
||||
app_name: str = "墨木灵思"
|
||||
app_version: str = "1.0.0"
|
||||
app_host: str = "0.0.0.0"
|
||||
app_port: int = 8000
|
||||
@@ -118,7 +118,7 @@ class Settings(BaseSettings):
|
||||
SMTP_USE_TLS: bool = False
|
||||
SMTP_USE_SSL: bool = True
|
||||
SMTP_FROM_EMAIL: Optional[str] = None
|
||||
SMTP_FROM_NAME: str = "MuMuAINovel"
|
||||
SMTP_FROM_NAME: str = "墨木灵思"
|
||||
EMAIL_AUTH_ENABLED: bool = True
|
||||
EMAIL_REGISTER_ENABLED: bool = True
|
||||
EMAIL_VERIFICATION_CODE_TTL_MINUTES: int = 10
|
||||
|
||||
Reference in New Issue
Block a user