Skip to content

Commit

Permalink
Mode default to standard http port to mitigate issues
Browse files Browse the repository at this point in the history
  • Loading branch information
jbondeson committed Sep 18, 2019
1 parent d156416 commit 18ac1cd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/renderer/state/settings.js
Original file line number Diff line number Diff line change
Expand Up @@ -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',
Expand Down

0 comments on commit 18ac1cd

Please sign in to comment.