11
This commit is contained in:
@@ -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 (
|
||||
|
||||
Reference in New Issue
Block a user