X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/2d4263c16812a906589cbc13be26535a85691bd8..aa19561b8139abbd27cea7bb88ec600b3df16de1:/services/api/script/rails diff --git a/services/api/script/rails b/services/api/script/rails index 7c4ec52dfc..88627f559d 100755 --- a/services/api/script/rails +++ b/services/api/script/rails @@ -13,7 +13,7 @@ module Rails class Server < ::Rack::Server def default_options super.merge({ - :Port => 3000, + :Port => 3001, :environment => (ENV['RAILS_ENV'] || "development").dup, :daemonize => false, :debugger => false,