From 29fd5881aef785bf65265952565e9b81435dab4c Mon Sep 17 00:00:00 2001 From: Joe Clack <28568841+Lordfirespeed@users.noreply.github.com> Date: Mon, 23 Sep 2024 14:04:43 +0100 Subject: [PATCH] Update default.ts --- server/src/config/default.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/server/src/config/default.ts b/server/src/config/default.ts index abc8b0b..01788fb 100644 --- a/server/src/config/default.ts +++ b/server/src/config/default.ts @@ -4,7 +4,7 @@ import type { ConfigIn } from "./schema" export default { listen: { host: "localhost", - port: 3101, // Megateams project has ports 3000-3099 + port: 3101, // Megateams project has ports 3100-3199 }, origin: "http://megateams.durhack-dev.com", flags: {},