This commit is contained in:
Gustavo Cortez 2014-02-13 13:20:19 -03:00
parent f776c2ef0d
commit 8310474152
1 changed files with 1 additions and 1 deletions

View File

@ -11,7 +11,7 @@ var path = require('path'),
if (process.env.INSIGHT_NETWORK === 'livenet') {
env = 'livenet';
db = './db';
port = 3000;
port = '3000';
b_port = '8332';
p2p_port = '8333';
}