X-Git-Url: https://jasonwoof.com/gitweb/?p=peach-cgt.git;a=blobdiff_plain;f=server.coffee;h=1ce56f235f68ed6455029ad638b1b6835913c7fa;hp=44084e8972c85f259d286cc45d3618b1383eb89d;hb=387a29e812d34804ee5f424d00d1b9f68eb2ea91;hpb=daaa50433a47f3893e39839f1f868992565d864e diff --git a/server.coffee b/server.coffee index 44084e8..1ce56f2 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 = 13850 +listen_port = process.env.app_port ? 9988 sys = require 'sys' fs = require 'fs' http = require 'http'