From 17ee6e1dba95f184fa1cdf66b4db3153b350e757 Mon Sep 17 00:00:00 2001 From: Jason Woofenden Date: Thu, 19 Jan 2012 05:01:24 -0500 Subject: [PATCH] use nodester-assigned port --- server.coffee | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/server.coffee b/server.coffee index 3c370e7..f0ebddf 100644 --- a/server.coffee +++ b/server.coffee @@ -14,7 +14,7 @@ # You should have received a copy of the GNU Affero General Public License # along with this program. If not, see . -listen_port = 8333 +listen_port = 13850 sys = require 'sys' fs = require 'fs' http = require 'http' -- 1.7.10.4