mirror of
https://github.com/azures04/crafatar.git
synced 2026-05-06 19:10:38 +02:00
set default port to 5000
testing stuff with dokku
This commit is contained in:
@@ -81,7 +81,7 @@ function requestHandler(req, res) {
|
|||||||
}
|
}
|
||||||
|
|
||||||
var boot = module.exports = function () {
|
var boot = module.exports = function () {
|
||||||
http.createServer(requestHandler).listen(process.env.PORT || 3000);
|
http.createServer(requestHandler).listen(process.env.PORT || 5000);
|
||||||
};
|
};
|
||||||
|
|
||||||
if (require.main === module) {
|
if (require.main === module) {
|
||||||
|
|||||||
Reference in New Issue
Block a user