端口迁移:16101 → 16003(16001-16100 空闲端口)

This commit is contained in:
2026-08-20 13:05:35 +08:00
parent fc9d166dc9
commit 9ffca59699
3 changed files with 6 additions and 6 deletions
+1 -1
View File
@@ -309,4 +309,4 @@ app.mount("/", StaticFiles(directory=os.path.join(config.BASE_DIR, "static"), ht
if __name__ == "__main__":
import uvicorn
uvicorn.run(app, host="0.0.0.0", port=int(os.environ.get("PORT", "16101")), log_level="info")
uvicorn.run(app, host="0.0.0.0", port=int(os.environ.get("PORT", "16003")), log_level="info")