aboutsummaryrefslogtreecommitdiffstats
path: root/src/config.ts
diff options
context:
space:
mode:
authorLibravatar Markus Hatvan <markus_hatvan@aon.at>2021-09-14 19:58:52 +0200
committerLibravatar GitHub <noreply@github.com>2021-09-14 19:58:52 +0200
commit95df3522a15631abc51a4295cae0ea401a8d4e1e (patch)
treee5eb0f368c947683f01458e912f21756fb0d99cb /src/config.ts
parentdocs: add sad270 as a contributor for bug, userTesting [skip ci] (#1941) (diff)
downloadferdium-app-95df3522a15631abc51a4295cae0ea401a8d4e1e.tar.gz
ferdium-app-95df3522a15631abc51a4295cae0ea401a8d4e1e.tar.zst
ferdium-app-95df3522a15631abc51a4295cae0ea401a8d4e1e.zip
feat: add eslint-plugin-unicorn (#1936)
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 7bb2525a5..6ad58c7a5 100644
--- a/src/config.ts
+++ b/src/config.ts
@@ -5,7 +5,7 @@ import ms from 'ms';
5export const CHECK_INTERVAL = ms('1h'); // How often should we perform checks 5export const CHECK_INTERVAL = ms('1h'); // How often should we perform checks
6 6
7export const LOCAL_HOSTNAME = 'localhost'; 7export const LOCAL_HOSTNAME = 'localhost';
8export const LOCAL_PORT = 45569; 8export const LOCAL_PORT = 45_569;
9export const LOCAL_API = 'http://localhost:3000'; 9export const LOCAL_API = 'http://localhost:3000';
10export const DEV_FRANZ_API = 'https://dev.franzinfra.com'; 10export const DEV_FRANZ_API = 'https://dev.franzinfra.com';
11 11