From a7373e605a48836a6ba0f8697d15e5f5d7b5169e Mon Sep 17 00:00:00 2001 From: Fabian Jakobs Date: Mon, 30 Jan 2012 10:48:31 +0100 Subject: [PATCH] C9_PORT is deprecated --- static.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/static.js b/static.js index b687e810..83c3b20a 100755 --- a/static.js +++ b/static.js @@ -5,7 +5,7 @@ var http = require("http"), path = require("path"), fs = require("fs"), mime = require("mime"), - port = process.env.C9_PORT || 8888; + port = process.env.PORT || 8888; http.createServer(function(request, response) {