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:
Mario Colque 2014-06-04 10:52:09 -03:00
commit 2dcb1f81ab

View file

@ -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