修改端口
This commit is contained in:
@@ -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 时生效
|
||||
|
||||
Reference in New Issue
Block a user