From 18ac1cd950fb16c0985da50340d2560a0b525022 Mon Sep 17 00:00:00 2001 From: Jeremy Bondeson Date: Tue, 17 Sep 2019 18:38:03 -0600 Subject: [PATCH] Mode default to standard http port to mitigate issues --- src/renderer/state/settings.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/renderer/state/settings.js b/src/renderer/state/settings.js index 013e268..f19e73a 100644 --- a/src/renderer/state/settings.js +++ b/src/renderer/state/settings.js @@ -9,8 +9,8 @@ const dev = process.env.NODE_ENV === 'development'; log.setDefaultLevel(dev ? log.levels.INFO : log.levels.ERROR); -// const defaultUri = dev ? 'http://localhost:8080' : 'https://configurator.input.club'; -const defaultUri = dev ? 'http://localhost:8080' : 'http://vash.input.club:3001'; +// const defaultUri = dev ? 'http://localhost:8080' : 'http://vash.input.club:80'; +const defaultUri = 'http://vash.input.club'; const DbKey = { dfuPath: 'dfu-path',