Skip to content

Commit

Permalink
Revert "remove hardcoded hostname. fixes #1"
Browse files Browse the repository at this point in the history
This reverts commit 43229cf.
  • Loading branch information
paidforby committed Jul 17, 2018
1 parent cdde4ad commit 10c83e6
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: '/ubus',
infogatherUrl: '/cgi-bin/infogather',
ubusUrl: 'http://172.30.0.1/ubus',
infogatherUrl: 'http://172.30.0.1/cgi-bin/infogather',
username: 'admin'
}
}

0 comments on commit 10c83e6

Please sign in to comment.