chore: default port 3000 to 4090

This commit is contained in:
asepharyana
2026-08-02 16:14:56 +07:00
parent af55c76c81
commit 1e65e26d4c
2 changed files with 8 additions and 8 deletions
+1 -1
View File
@@ -31,7 +31,7 @@ import type { Server, ServerWebSocket } from "bun";
// --- Configuration ------------------------------------------------------------
const RELAY_VERSION = "1.0.0";
const PORT = Number.parseInt(process.env.PORT ?? "3000", 10);
const PORT = Number.parseInt(process.env.PORT ?? "4090", 10);
const HOST = process.env.HOST ?? "0.0.0.0";
// --- Proxy pool (optional) ----------------------------------------------------