refactor: migrate passkey runtime configuration

This commit is contained in:
jxxghp
2026-08-22 20:35:27 +08:00
parent 047c88997a
commit 8d0a694816
6 changed files with 25 additions and 15 deletions
+3
View File
@@ -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:
"""从请求快照返回指定媒体类型的稳定重命名格式。"""