We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d156416 commit 18ac1cdCopy full SHA for 18ac1cd
src/renderer/state/settings.js
@@ -9,8 +9,8 @@ const dev = process.env.NODE_ENV === 'development';
9
10
log.setDefaultLevel(dev ? log.levels.INFO : log.levels.ERROR);
11
12
-// const defaultUri = dev ? 'http://localhost:8080' : 'https://configurator.input.club';
13
-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';
14
15
const DbKey = {
16
dfuPath: 'dfu-path',
0 commit comments