Merge branch 'master' into 6465-optimize-workbench-integration-tests
[arvados.git] / apps / workbench / config / application.default.yml
index e28f76ae29f26e5f51a655c2f747cd270c9673d8..4ade8b49b6b86767482e29f6b99bf739bfddaed6 100644 (file)
@@ -88,7 +88,7 @@ test:
   action_controller.allow_forgery_protection: false
   action_mailer.delivery_method: :test
   active_support.deprecation: :stderr
-  profiling_enabled: false
+  profiling_enabled: true
   secret_token: <%= rand(2**256).to_s(36) %>
   secret_key_base: <%= rand(2**256).to_s(36) %>
 
@@ -209,11 +209,8 @@ common:
   # in the directory where your API server is running.
   anonymous_user_token: false
 
-  # Enable response payload compression in Arvados API requests.
-  include_accept_encoding_header_in_api_requests: true
+  # when anonymous_user_token is configured, show public projects page
+  enable_public_projects_page: true
 
-  # Enable repository browsing even if git2 is installed. Repository
-  # browsing requires credential helpers, which do not work reliably
-  # as of git version 2.1.4. If you have git version 2.* and you want
-  # to use it anyway, change this to true.
-  use_git2_despite_bug_risk: false
+  # Ask Arvados API server to compress its response payloads.
+  api_response_compression: true