From 8310474152ab5be3355f18fa8024f1a76b5e3c54 Mon Sep 17 00:00:00 2001 From: Gustavo Cortez Date: Thu, 13 Feb 2014 13:20:19 -0300 Subject: [PATCH] . --- config/config.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/config.js b/config/config.js index 02f4ba8..dee5d68 100644 --- a/config/config.js +++ b/config/config.js @@ -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'; }