Skip to content

Commit

Permalink
remove hardcoded hostname. fixes #1
Browse files Browse the repository at this point in the history
  • Loading branch information
bennlich committed Jun 24, 2018
1 parent cf684a6 commit 43229cf
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/config.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
export default {
ubusUrl: 'http://172.30.0.1/ubus',
infogatherUrl: 'http://172.30.0.1/cgi-bin/infogather',
ubusUrl: '/ubus',
infogatherUrl: '/cgi-bin/infogather',
username: 'admin'
}
}

0 comments on commit 43229cf

Please sign in to comment.