Merge branch 'master' into 14259-pysdk-remote-block-copy
[arvados.git] / apps / workbench / config / application.default.yml
index d5f46feab6db211f52bd90533e4b329dc75f3162..4e0a35a5550360252cae77e49e22ac1d7dec370f 100644 (file)
@@ -201,6 +201,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
@@ -315,3 +320,9 @@ common:
   # 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