Merge branch 'master' into 4951-request-vm
[arvados.git] / apps / workbench / config / application.default.yml
index b2963af9c9ccacb1745c1e1b4758fcedf8a5c8ff..8be89b854575cb788c6a3c89dfb24434b3a0281f 100644 (file)
@@ -1,6 +1,39 @@
 # 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]
+
+# Below is a sample setting for performance testing.
+# Configure workbench URL as "arvados_workbench_url"
+# Configure test user token as "user_token".
+performance:
+  arvados_workbench_url: https://localhost:3031
+  user_token: eu33jurqntstmwo05h1jr3eblmi961e802703y6657s8zb14r
+
 development:
   cache_classes: false
   eager_load: true
@@ -12,7 +45,12 @@ development:
   assets.debug: true
   profiling_enabled: true
   site_name: Arvados Workbench (dev)
-  local_modified: <%= '-modified' if `git status -s` %>
+  local_modified: "<%= '-modified' if `git status -s` != '' %>"
+
+  # API server configuration
+  arvados_login_base: ~
+  arvados_v1_base: ~
+  arvados_insecure_https: ~
 
 production:
   force_ssl: true
@@ -32,6 +70,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 +96,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
@@ -134,7 +177,7 @@ common:
   user_profile_form_message: Welcome to Arvados. All <span style="color:red">required fields</span> must be completed before you can proceed.
 
   # source_version
-  source_version: "<%= `git log -n 1 --format=%h` %>"
+  source_version: "<%= `git log -n 1 --format=%h`.strip %>"
   local_modified: false
 
   # report notification to and from addresses
@@ -142,32 +185,16 @@ common:
   issue_reporter_email_to: arvados@example.com
   support_email_address: arvados@example.com
 
-  # Configuration for diagnostics testing. Use this to enable diagnostics testing for an env.
-  diagnostics_testing_user_tokens: false
-  diagnostics_testing_pipeline_fields: false
-
-  # Below is a sample setting for diagnostics testing.
-  # Configure test user tokens as "diagnostics_testing_user_tokens".
-  #   At this time the tests need an "active" user token.
-  # Also, configure the pipelines to be executed as "diagnostics_testing_pipeline_fields".
-  # For each of the pipelines identified by the name of your choice
-  #     ("tutorial pipeline" and "tutorial pipeline 2" in this sample):
-  #   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_testing_user_tokens:
-  #  active: eu33jurqntstmwo05h1jr3eblmi961e802703y6657s8zb14r
-  #diagnostics_testing_pipeline_fields:
-  #  pipeline with collection input:
-  #    template_uuid: 4xphq-p5p6p-gsw68qb7owx1q2h
-  #    input_paths: [qr1hi-4zz18-n1o4i1j5fvz6npu]
-  #    max_wait_seconds: 100
-  #  pipeline with file as input:
-  #    template_uuid: 4xphq-p5p6p-gsw68qb7owx1q2h
-  #    input_paths: [440e201c0141cb8a551b61fd7d07d2a1+83/qr1hi-8i9sb-j2tp8q1m2uf6a1o.log.txt]
-  #    max_wait_seconds: 200
-  #  pipeline with no inputs:
-  #    template_uuid: 4xphq-p5p6p-gsw68qb7owx1q2h
+  # 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]
+
+  # 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
+  # the token by running "bundle exec ./script/get_anonymous_user_token.rb"
+  # in the directory where your API server is running.
+  anonymous_user_token: false