This commit is contained in:
fengchuanhn@gmail.com
2026-05-21 01:47:21 +08:00
parent 7f57dfa9ed
commit 5ee6a57dd1
29 changed files with 794 additions and 18 deletions

View File

@@ -30,6 +30,9 @@ class Settings(BaseSettings):
cors_origins: str = "http://localhost:1420"
"""对外图片/品牌资源基址,用于拼接 logo_url。"""
api_public_base: str = "http://127.0.0.1:8001"
@property
def database_url(self) -> str:
return (