修改端口

This commit is contained in:
dekun
2026-05-22 13:09:07 +08:00
parent af5c249cf8
commit 3f0f77d450
9 changed files with 22 additions and 22 deletions
+1 -1
View File
@@ -19,7 +19,7 @@ class Settings(BaseSettings):
change_threshold: float = 5.0
refresh_minutes: int = 5
host: str = "127.0.0.1"
port: int = 8000
port: int = 21450
db_path: str = str(ROOT_DIR / "data" / "monitor.db")
max_concurrency: int = 20
# 代理默认关闭;仅当 PROXY_ENABLED=true 时生效