From defb4cfeef72ae0f3d649e5614adc3bff8ac09bd Mon Sep 17 00:00:00 2001 From: Andrei Gliga Date: Tue, 22 Dec 2015 13:15:57 +0200 Subject: [PATCH] port 8080 as default --- config/puma.default.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/puma.default.rb b/config/puma.default.rb index 765116b..5222a74 100644 --- a/config/puma.default.rb +++ b/config/puma.default.rb @@ -7,7 +7,7 @@ threads threads_count, threads_count preload_app! rackup DefaultRackup -port ENV['PORT'] || 3000 +port ENV['PORT'] || 8080 environment ENV['RACK_ENV'] || 'development' on_worker_boot do -- libgit2 0.21.2