feat(private): initialize private API

This commit is contained in:
MingxuanGame
2025-08-11 14:41:07 +00:00
parent d8c607137a
commit 8acd4578e2
7 changed files with 65 additions and 1 deletions

View File

@@ -37,6 +37,7 @@ class Settings(BaseSettings):
host: str = "0.0.0.0"
port: int = 8000
debug: bool = False
private_api_secret: str = "your_private_api_secret_here"
# SignalR 设置
signalr_negotiate_timeout: int = 30