X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/2fcc6fabb45befcc2ee4fe237744d6e3df5c4e39..f69d2824c997c53caa11d30ba816768bad52e12b:/apps/workbench/config/application.default.yml diff --git a/apps/workbench/config/application.default.yml b/apps/workbench/config/application.default.yml index 8d5c6160a5..40c0bfe74b 100644 --- a/apps/workbench/config/application.default.yml +++ b/apps/workbench/config/application.default.yml @@ -27,6 +27,13 @@ diagnostics: template_uuid: zzzzz-p5p6p-1xbobfobk94ppbv input_paths: [zzzzz-4zz18-nz98douzhaa3jh2, zzzzz-4zz18-gpw9o5wpcti3nib] +# Below is a sample setting for performance testing. +# Configure workbench URL as "arvados_workbench_url" +# Configure test user token as "user_token". +performance: + arvados_workbench_url: https://localhost:3031 + user_token: eu33jurqntstmwo05h1jr3eblmi961e802703y6657s8zb14r + development: cache_classes: false eager_load: true @@ -38,7 +45,7 @@ development: assets.debug: true profiling_enabled: true site_name: Arvados Workbench (dev) - local_modified: <%= '-modified' if `git status -s` %> + local_modified: "<%= '-modified' if `git status -s` != '' %>" # API server configuration arvados_login_base: ~ @@ -124,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: ~ @@ -170,7 +178,7 @@ common: user_profile_form_message: Welcome to Arvados. All required fields must be completed before you can proceed. # source_version - source_version: "<%= `git log -n 1 --format=%h` %>" + source_version: "<%= `git log -n 1 --format=%h`.strip %>" local_modified: false # report notification to and from addresses @@ -178,8 +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 + # 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 + + # Include Accept-Encoding header when making API requests + include_accept_encoding_header_in_api_requests: true