Merge remote-tracking branch 'colkito/fix/remove-localhost-host'
This commit is contained in:
commit
d2441febb4
1 changed files with 2 additions and 2 deletions
|
|
@ -23,11 +23,11 @@ var config = {
|
|||
verbose: 1,
|
||||
},
|
||||
blockchain: {
|
||||
host: 'localhost',
|
||||
host: 'test.insight.is',
|
||||
port: 3001
|
||||
},
|
||||
socket: {
|
||||
host: 'localhost',
|
||||
host: 'test.insight.is',
|
||||
port: 3001
|
||||
},
|
||||
verbose: 1,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue