Merge pull request #38 from cmgustavo/bug/01-config

tiny fix: syntax error on config.js
This commit is contained in:
Mario Colque 2014-04-14 18:19:17 -03:00
commit dca1ffd226
1 changed files with 1 additions and 1 deletions

View File

@ -6,7 +6,7 @@ var config = {
p2pDebug: 3,
maxPeers: 5,
requiredCopayers: 2,
totalCopayers: 3
totalCopayers: 3,
insight: {
host: 'localhost',
port: 3001