X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/a12e4d36901ab3b3027f1168f1ea06b26122829e..728522fbc034711e87954bcbdcfa4a3bf7c470e3:/apps/workbench/config/application.default.yml diff --git a/apps/workbench/config/application.default.yml b/apps/workbench/config/application.default.yml index d5f46feab6..ccc7e4bbdd 100644 --- a/apps/workbench/config/application.default.yml +++ b/apps/workbench/config/application.default.yml @@ -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,17 @@ 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 + + # + # 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