真人素材库授权BUG修复 3

This commit is contained in:
2026-07-06 16:46:00 +08:00
parent 732cdd6ed1
commit df251b83f5
6 changed files with 106 additions and 73 deletions
-2
View File
@@ -7,8 +7,6 @@ class Settings(BaseSettings):
APP_NAME: str = "VideoGen API"
APP_VERSION: str = "1.0.0"
DEBUG: bool = False
# 运行环境,用于生成火山私域真人素材 ProjectNamelocal/test/online。
APP_ENV: str = "local"
SECRET_KEY: str = "change-me"
DATABASE_URL: str = "sqlite+aiosqlite:///./videogen.db"