From: Jason Woofenden Date: Thu, 19 Jan 2012 10:01:24 +0000 (-0500) Subject: use nodester-assigned port X-Git-Url: https://jasonwoof.com/gitweb/?p=peach-cgt.git;a=commitdiff_plain;h=17ee6e1dba95f184fa1cdf66b4db3153b350e757 use nodester-assigned port --- 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'