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) {