Skip to content

Commit 18ac1cd

Browse files
committed
Mode default to standard http port to mitigate issues
1 parent d156416 commit 18ac1cd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/renderer/state/settings.js

+2-2
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@ const dev = process.env.NODE_ENV === 'development';
99

1010
log.setDefaultLevel(dev ? log.levels.INFO : log.levels.ERROR);
1111

12-
// const defaultUri = dev ? 'http://localhost:8080' : 'https://configurator.input.club';
13-
const defaultUri = dev ? 'http://localhost:8080' : 'http://vash.input.club:3001';
12+
// const defaultUri = dev ? 'http://localhost:8080' : 'http://vash.input.club:80';
13+
const defaultUri = 'http://vash.input.club';
1414

1515
const DbKey = {
1616
dfuPath: 'dfu-path',

0 commit comments

Comments
 (0)