X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/cef69b16e1295e456548813ad95c9db827136c17..7a54e370484b9adb7479fde69665d4adcbb7331f:/apps/workbench/config/application.default.yml diff --git a/apps/workbench/config/application.default.yml b/apps/workbench/config/application.default.yml index f43e8c6e09..40c0bfe74b 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: ~ @@ -185,13 +186,22 @@ common: issue_reporter_email_to: arvados@example.com support_email_address: arvados@example.com - # filename suffixes for which view icon would be shown in collection show page - filename_suffixes_with_view_icon: [txt, gif, jpeg, jpg, png, html, htm, pdf] + # generic issue email from + email_from: arvados@example.com + + # Mimetypes of applications for which the view icon + # would be enabled in a collection's show page. + # It is sufficient to list only applications here. + # No need to list text and image types. + application_mimetypes_with_view_icon: [fasta, go, javascript, json, pdf, python, r, rtf, sam, sh, xml, xsl] # the maximum number of bytes to load in the log viewer log_viewer_max_bytes: 1000000 - # Set anonymous user token to enable anonymous user access. You can get + # Set anonymous_user_token to enable anonymous user access. You can get # the token by running "bundle exec ./script/get_anonymous_user_token.rb" - # in the directory where you API server is running. + # 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