X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/2bef371e8429430942193fff02599ec51c081e70..a1c4ece152e1e992c18f0cb368528cd2ac843b07:/apps/workbench/config/application.default.yml diff --git a/apps/workbench/config/application.default.yml b/apps/workbench/config/application.default.yml index da20573abb..d38742248b 100644 --- a/apps/workbench/config/application.default.yml +++ b/apps/workbench/config/application.default.yml @@ -66,12 +66,12 @@ production: eager_load: true consider_all_requests_local: false action_controller.perform_caching: true - serve_static_assets: false assets.compile: false assets.digest: true i18n.fallbacks: true active_support.deprecation: :notify profiling_enabled: false + log_level: info arvados_insecure_https: false @@ -88,8 +88,6 @@ production: test: cache_classes: true eager_load: false - serve_static_assets: true - static_cache_control: public, max-age=3600 consider_all_requests_local: true action_controller.perform_caching: false action_dispatch.show_exceptions: false @@ -200,6 +198,11 @@ common: # "git log". source_version: false + # Override the automatic package string. With the default value of + # false, the package string is read from package-build.version in + # Rails.root (included in vendor packages). + package_version: false + # report notification to and from addresses issue_reporter_email_from: arvados@example.com issue_reporter_email_to: arvados@example.com @@ -212,7 +215,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: [cwl, fasta, go, javascript, json, pdf, python, r, rtf, sam, sh, vnd.realvnc.bed, xml, xsl] + application_mimetypes_with_view_icon: [cwl, fasta, go, javascript, json, pdf, python, x-python, r, rtf, sam, x-sh, vnd.realvnc.bed, xml, xsl] # the maximum number of bytes to load in the log viewer log_viewer_max_bytes: 1000000 @@ -302,3 +305,29 @@ common: # Token to be included in all healthcheck requests. Disabled by default. # Workbench expects request header of the format "Authorization: Bearer xxx" ManagementToken: false + + # Enable/disable "multi-site search" in top nav (true/false), or + # link it to the multi-site search on a remote Workbench site. + # + # Example: + # multi_site_search: https://workbench.qr1hi.arvadosapi.com/collections/multisite + multi_site_search: false + + # + # Link to use for Arvados Workflow Composer app, or false if not available. + # + composer_url: false + + # + # Should workbench allow management of local git repositories? Set to false if + # the jobs api is disabled and there are no local git repositories. + # + repositories: true + + # + # Add an item to the user menu pointing to workbench2_url, if not false. + # + # Example: + # workbench2_url: https://workbench2.qr1hi.arvadosapi.com + # + workbench2_url: false