Browse Source

第一版初始化

luojunhui 17 hours ago
parent
commit
edf56162ac
1 changed files with 1 additions and 1 deletions
  1. 1 1
      config.toml

+ 1 - 1
config.toml

@@ -1,5 +1,5 @@
 reload = true
-bind = "0.0.0.0:8081"
+bind = "0.0.0.0:8001"
 workers = 1
 keep_alive_timeout = 120  # 保持连接的最大秒数,根据需要调整
 graceful_timeout = 30    # 重启或停止之前等待当前工作完成的时间