mirror of
https://github.com/jxxghp/MoviePilot.git
synced 2026-09-05 07:27:15 +08:00
refactor: migrate passkey runtime configuration
This commit is contained in:
@@ -98,6 +98,9 @@ class ApiRuntimeConfig:
|
||||
cookie_path: Path = Path(".")
|
||||
root_path: Path = Path(".")
|
||||
version_flag: str = "v3"
|
||||
app_domain: str | None = None
|
||||
nginx_port: int = 3000
|
||||
passkey_require_uv: bool = True
|
||||
|
||||
def rename_format(self, media_type: MediaType) -> str:
|
||||
"""从请求快照返回指定媒体类型的稳定重命名格式。"""
|
||||
|
||||
Reference in New Issue
Block a user