X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/f43a783466bf8257781bac0acfa14008b2d532a1..a77093bdb8cbbba6860bdda67da4d19ad3ac5a0c:/apps/workbench/config/application.default.yml?ds=sidebyside diff --git a/apps/workbench/config/application.default.yml b/apps/workbench/config/application.default.yml index 893b28c1bf..3670af29f4 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:3031 + 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 @@ -14,6 +40,11 @@ development: site_name: Arvados Workbench (dev) local_modified: <%= '-modified' if `git status -s` %> + # API server configuration + arvados_login_base: ~ + arvados_v1_base: ~ + arvados_insecure_https: ~ + production: force_ssl: true cache_classes: true @@ -32,6 +63,11 @@ production: data_import_dir: /data/arvados-workbench-upload/data data_export_dir: /data/arvados-workbench-download/data + # API server configuration + arvados_login_base: ~ + arvados_v1_base: ~ + arvados_insecure_https: ~ + site_name: Arvados Workbench test: @@ -53,8 +89,8 @@ test: # server as a dependency. These settings should match the API # server's Rails defaults. If you adjust those, change these # settings in application.yml to match. - arvados_login_base: https://localhost:3001/login - arvados_v1_base: https://localhost:3001/arvados/v1 + arvados_login_base: https://localhost:3000/login + arvados_v1_base: https://localhost:3000/arvados/v1 arvados_insecure_https: true site_name: Workbench:test