feat:读取前端版本号

This commit is contained in:
jxxghp
2024-04-25 10:18:14 +08:00
parent 44cd5f52e0
commit 1714990e2e
3 changed files with 23 additions and 0 deletions

View File

@ -13,6 +13,8 @@ class Settings(BaseSettings):
PROJECT_NAME = "MoviePilot"
# API路径
API_V1_STR: str = "/api/v1"
# 前端资源路径
FRONTEND_PATH: str = "/public"
# 密钥
SECRET_KEY: str = secrets.token_urlsafe(32)
# 允许的域名