Merge pull request #542 from yemel/feature/insight-on-port-80
Change default config to connect insight at port 80
This commit is contained in:
commit
2dcb1f81ab
1 changed files with 2 additions and 2 deletions
|
|
@ -109,12 +109,12 @@ var defaultConfig = {
|
|||
// blockchain service API config
|
||||
blockchain: {
|
||||
host: 'test.insight.is',
|
||||
port: 3001
|
||||
port: 80
|
||||
},
|
||||
// socket service API config
|
||||
socket: {
|
||||
host: 'test.insight.is',
|
||||
port: 3001
|
||||
port: 80
|
||||
},
|
||||
|
||||
// local encryption/security config
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue