aboutsummaryrefslogtreecommitdiffstats
path: root/src/config.ts
diff options
context:
space:
mode:
authorLibravatar Vijay A <vraravam@users.noreply.github.com>2022-05-16 17:34:02 -0500
committerLibravatar Vijay Aravamudhan <vraravam@users.noreply.github.com>2022-05-16 19:25:46 -0500
commite3d4447d0d55401f12cd3097569e390863b614b9 (patch)
tree8deae876e180d529941779e8ade63f081a87a6ef /src/config.ts
parentMinor refactoring to extract common function to deduce icon url (diff)
downloadferdium-app-e3d4447d0d55401f12cd3097569e390863b614b9.tar.gz
ferdium-app-e3d4447d0d55401f12cd3097569e390863b614b9.tar.zst
ferdium-app-e3d4447d0d55401f12cd3097569e390863b614b9.zip
Use different ports as compared to Ferdi
Diffstat (limited to 'src/config.ts')
-rw-r--r--src/config.ts2
1 files changed, 1 insertions, 1 deletions
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';
7export const CHECK_INTERVAL = ms('1h'); // How often should we perform checks 7export const CHECK_INTERVAL = ms('1h'); // How often should we perform checks
8 8
9export const LOCAL_HOSTNAME = 'localhost'; 9export const LOCAL_HOSTNAME = 'localhost';
10export const LOCAL_PORT = 45_569; 10export const LOCAL_PORT = 46_569;
11export const LOCAL_API = 'http://localhost:3000'; 11export const LOCAL_API = 'http://localhost:3000';
12export const DEV_FRANZ_API = 'https://dev.franzinfra.com'; 12export const DEV_FRANZ_API = 'https://dev.franzinfra.com';
13 13