X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/7d258618cbfa7b071d81b6bf7fa18c344d2b5f87..2d04e7d3466cfbf166aecfde71dea909ad0b9119:/apps/workbench/config/application.default.yml diff --git a/apps/workbench/config/application.default.yml b/apps/workbench/config/application.default.yml index 45337e834c..e43d94b225 100644 --- a/apps/workbench/config/application.default.yml +++ b/apps/workbench/config/application.default.yml @@ -1,6 +1,32 @@ # Do not use this file for site configuration. Create application.yml # instead (see application.yml.example). +# Below is a sample setting for diagnostics testing. +# Configure workbench URL as "arvados_workbench_url" +# Configure test user tokens as "user_tokens". +# At this time the tests need an "active" user token. +# Also, configure the pipelines to be executed as "pipelines_to_test". +# For each of the pipelines identified by the name of your choice +# ("pipeline_1" and "pipeline_2" in this sample), provide the following: +# template_uuid: is the uuid of the template to be executed +# input_paths: an array of inputs for the pipeline. Use either a collection's "uuid" +# or a file's "uuid/file_name" path in this array. If the pipeline does not require +# any inputs, this can be omitted. +# max_wait_seconds: max time in seconds to wait for the pipeline run to complete. +# Default value of 30 seconds is used when this value is not provided. +diagnostics: + arvados_workbench_url: https://localhost:3000 + user_tokens: + active: eu33jurqntstmwo05h1jr3eblmi961e802703y6657s8zb14r + pipelines_to_test: + pipeline_1: + template_uuid: zzzzz-p5p6p-rxj8d71854j9idn + input_paths: [zzzzz-4zz18-nz98douzhaa3jh2] + max_wait_seconds: 10 + pipeline_2: + template_uuid: zzzzz-p5p6p-1xbobfobk94ppbv + input_paths: [zzzzz-4zz18-nz98douzhaa3jh2, zzzzz-4zz18-gpw9o5wpcti3nib] + development: cache_classes: false eager_load: true @@ -12,6 +38,7 @@ development: assets.debug: true profiling_enabled: true site_name: Arvados Workbench (dev) + local_modified: <%= '-modified' if `git status -s` %> production: force_ssl: true @@ -128,6 +155,18 @@ common: # - IT # - Other - # Use "user_profile_form_message" to configure the message you want to display in - # the profile page. If this is not provided, a default message will be displayed. + # Use "user_profile_form_message" to configure the message you want to display on + # the profile page. 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` %>" + local_modified: false + + # report notification to and from addresses + issue_reporter_email_from: arvados@example.com + 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]