X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/52cbd3bc6d8b7b2fe0735cb8ccd6e57c89c8d797..7253776cc43c48cbb383f90aa582be2aa73cf09b:/services/api/script/rails diff --git a/services/api/script/rails b/services/api/script/rails index 04550e826c..901460c701 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 => 3001, + :Port => 3030, :environment => (ENV['RAILS_ENV'] || "development").dup, :daemonize => false, :debugger => false,