C9_PORT is deprecated
This commit is contained in:
parent
4b3dd3073e
commit
a7373e605a
1 changed files with 1 additions and 1 deletions
|
|
@ -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) {
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue