X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/2887fa9c26cfd4ae6379e2cf4e6c5d50aaa0dd11..9a71dd94cb72a5fd1ed74ca71b4961de4108db02:/services/api/config/application.rb diff --git a/services/api/config/application.rb b/services/api/config/application.rb index 9a4270ad9d..b6174a0d89 100644 --- a/services/api/config/application.rb +++ b/services/api/config/application.rb @@ -40,6 +40,10 @@ if defined?(Bundler) end end +if ENV["ARVADOS_RAILS_LOG_TO_STDOUT"] + Rails.logger = ActiveSupport::TaggedLogging.new(Logger.new(STDOUT)) +end + module Server class Application < Rails::Application # The following is to avoid SafeYAML's warning message @@ -76,6 +80,11 @@ module Server config.action_dispatch.perform_deep_munge = false + # force_ssl's redirect-to-https feature doesn't work when the + # client supplies a port number, and prevents arvados-controller + # from connecting to Rails internally via plain http. + config.ssl_options = {redirect: false} + I18n.enforce_available_locales = false # Before using the filesystem backend for Rails.cache, check