aboutsummaryrefslogtreecommitdiffstats
path: root/src/config.js
diff options
context:
space:
mode:
authorLibravatar Vijay A <avijayr@protonmail.com>2021-08-09 21:31:46 +0530
committerLibravatar Vijay Raghavan Aravamudhan <vraravam@users.noreply.github.com>2021-08-09 16:21:54 +0000
commit8b2d3db622d1087d0e2e6dee4f1ee202bd6bd767 (patch)
tree349cfc6c80559767845af61ef1b19e7191199053 /src/config.js
parentchore: upgraded 'electron-builder' to '22.12.0' (diff)
downloadferdium-app-8b2d3db622d1087d0e2e6dee4f1ee202bd6bd767.tar.gz
ferdium-app-8b2d3db622d1087d0e2e6dee4f1ee202bd6bd767.tar.zst
ferdium-app-8b2d3db622d1087d0e2e6dee4f1ee202bd6bd767.zip
feat: added new Help menu item to allow easy import/export of config data
Diffstat (limited to 'src/config.js')
-rw-r--r--src/config.js1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/config.js b/src/config.js
index 3598fa5d5..aeaec1089 100644
--- a/src/config.js
+++ b/src/config.js
@@ -5,6 +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_API = 'http://localhost:3000'; 9export const LOCAL_API = 'http://localhost:3000';
9export const DEV_FRANZ_API = 'https://dev.franzinfra.com'; 10export const DEV_FRANZ_API = 'https://dev.franzinfra.com';
10 11