X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/b01138f2ed3b666fd6075a6d77caddb5d5ca91e1..47f4f1b26cdebb4ea9b52ac36e6d14f634531ebc:/apps/workbench/config/application.default.yml diff --git a/apps/workbench/config/application.default.yml b/apps/workbench/config/application.default.yml index a487081880..4061ee83d8 100644 --- a/apps/workbench/config/application.default.yml +++ b/apps/workbench/config/application.default.yml @@ -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. @@ -201,3 +208,6 @@ common: # the token by running "bundle exec ./script/get_anonymous_user_token.rb" # 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