Change default config to connect insight at port 80

This commit is contained in:
Yemel Jardi 2014-06-04 10:10:30 -03:00
commit 7e14b62c48

View file

@ -109,12 +109,12 @@ var defaultConfig = {
// blockchain service API config // blockchain service API config
blockchain: { blockchain: {
host: 'test.insight.is', host: 'test.insight.is',
port: 3001 port: 80
}, },
// socket service API config // socket service API config
socket: { socket: {
host: 'test.insight.is', host: 'test.insight.is',
port: 3001 port: 80
}, },
// local encryption/security config // local encryption/security config