X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/c1ab715afeb9c095efed7e6064ce10021c067c35..c3b26754a231ec909506f2ff28af1af9f2e27f2b:/apps/workbench/config/application.default.yml diff --git a/apps/workbench/config/application.default.yml b/apps/workbench/config/application.default.yml index d5f46feab6..4e0a35a555 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,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