X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/cb4efac6793d18892dde09c631895cb98c3df470..983669a566b89e56640638d85f40a77ce38a42b0:/services/api/config/application.rb?ds=sidebyside diff --git a/services/api/config/application.rb b/services/api/config/application.rb index d6fcc9ea09..f211ec9e0c 100644 --- a/services/api/config/application.rb +++ b/services/api/config/application.rb @@ -45,6 +45,8 @@ module Server # The following is to avoid SafeYAML's warning message SafeYAML::OPTIONS[:default_mode] = :safe + require_relative "arvados_config.rb" + # Settings in config/environments/* take precedence over those specified here. # Application configuration should go into files in config/initializers # -- all .rb files in that directory are automatically loaded. @@ -74,6 +76,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