X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/a41baffe4f38019cb5b36875c5e0c838ef9201e5..03e8ba641e0161f15d96351e2432805977fd9d57:/apps/workbench/config/application.default.yml diff --git a/apps/workbench/config/application.default.yml b/apps/workbench/config/application.default.yml index 7f8cc76eaf..c613453cf9 100644 --- a/apps/workbench/config/application.default.yml +++ b/apps/workbench/config/application.default.yml @@ -188,13 +188,16 @@ common: # generic issue email from email_from: 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] + # Filename suffixes of applications for which the + # view icon would be shown in collection show page. + # It is sufficient to list only applications here. + # No need to list text and image types. + filename_suffixes_with_view_icon: [fa, fasta, go, json, pdf, py, r, 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