X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/cd698336f2b7aebe78517993e0b3b07b45c16c87..9a26fa413d0890eac3a2578876508efc2cd32374:/apps/workbench/config/application.default.yml diff --git a/apps/workbench/config/application.default.yml b/apps/workbench/config/application.default.yml index 9d0419c1b8..da20573abb 100644 --- a/apps/workbench/config/application.default.yml +++ b/apps/workbench/config/application.default.yml @@ -99,7 +99,9 @@ test: profiling_enabled: true secret_token: <%= rand(2**256).to_s(36) %> secret_key_base: <%= rand(2**256).to_s(36) %> - keep_web_url: http://example/c=%{uuid_or_pdh} + # This setting is to allow workbench start when running tests, it should be + # set to a correct value when testing relevant features. + keep_web_url: http://example.com/c=%{uuid_or_pdh} # When you run the Workbench's integration tests, it starts the API # server as a dependency. These settings should match the API @@ -210,7 +212,7 @@ common: # 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] + application_mimetypes_with_view_icon: [cwl, fasta, go, javascript, json, pdf, python, r, rtf, sam, sh, vnd.realvnc.bed, xml, xsl] # the maximum number of bytes to load in the log viewer log_viewer_max_bytes: 1000000 @@ -296,3 +298,7 @@ common: # to suppress these properties show_recent_collections_on_dashboard: true show_user_notifications: true + + # Token to be included in all healthcheck requests. Disabled by default. + # Workbench expects request header of the format "Authorization: Bearer xxx" + ManagementToken: false