From e3d4447d0d55401f12cd3097569e390863b614b9 Mon Sep 17 00:00:00 2001 From: Vijay A Date: Mon, 16 May 2022 17:34:02 -0500 Subject: Use different ports as compared to Ferdi --- src/config.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/config.ts') diff --git a/src/config.ts b/src/config.ts index ac1031507..c72edb012 100644 --- a/src/config.ts +++ b/src/config.ts @@ -7,7 +7,7 @@ export const DEFAULT_ACCENT_COLOR = '#7266F0'; export const CHECK_INTERVAL = ms('1h'); // How often should we perform checks export const LOCAL_HOSTNAME = 'localhost'; -export const LOCAL_PORT = 45_569; +export const LOCAL_PORT = 46_569; export const LOCAL_API = 'http://localhost:3000'; export const DEV_FRANZ_API = 'https://dev.franzinfra.com'; -- cgit v1.2.3-70-g09d2