X-Git-Url: https://git.josue.xyz/?p=josuexyz%2F.git;a=blobdiff_plain;f=bin%2Fwww;h=96123e66d84efebdd001baae2a1f24e810cb72f3;hp=4707b68bf7ef912b30727347baf5c8fa279f7fd5;hb=0caa9e344e0c24df276232f123cc918da8823492;hpb=e697cc21ff658d51a76493b1ada0e88d63bf2e11 diff --git a/bin/www b/bin/www index 4707b68..96123e6 100755 --- a/bin/www +++ b/bin/www @@ -12,7 +12,7 @@ var http = require('http'); * Get port from environment and store in Express. */ -var port = normalizePort(process.env.PORT || '80'); +var port = normalizePort(process.env.PORT || '3000'); app.set('port', port); /**