X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/a1a9b820c16e5526e99d6d1b576ea53e9bddbc24..de98daba898ad2dfa58c9e810d98dadf4d208b95:/apps/workbench/config/application.default.yml diff --git a/apps/workbench/config/application.default.yml b/apps/workbench/config/application.default.yml index f3d179238a..4ade8b49b6 100644 --- a/apps/workbench/config/application.default.yml +++ b/apps/workbench/config/application.default.yml @@ -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) %> @@ -131,6 +131,7 @@ common: arvados_insecure_https: true activation_contact_link: mailto:info@arvados.org arvados_docsite: http://doc.arvados.org + arvados_public_data_doc_url: http://arvados.org/projects/arvados/wiki/Public_Pipelines_and_Datasets arvados_theme: default show_user_agreement_inline: false secret_token: ~ @@ -138,8 +139,14 @@ common: default_openid_prefix: https://www.google.com/accounts/o8/id send_user_setup_notification_email: true - # Set user_profile_form_fields to enable and configure the user profile page. - # Default is set to false. A commented setting with full description is provided below. + # Scratch directory used by the remote repository browsing + # feature. If it doesn't exist, it (and any missing parents) will be + # created using mkdir_p. + repository_cache: <%= File.expand_path 'tmp/git', Rails.root %> + + # Set user_profile_form_fields to enable and configure the user + # profile page. Default is set to false. A commented example with + # full description is provided below. user_profile_form_fields: false # Below is a sample setting of user_profile_form_fields config parameter. @@ -202,5 +209,8 @@ common: # in the directory where your API server is running. anonymous_user_token: false - # Include Accept-Encoding header when making 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 + + # Ask Arvados API server to compress its response payloads. + api_response_compression: true