diff options
author | Karen Arutyunov <karen@codesynthesis.com> | 2018-09-08 21:19:53 +0300 |
---|---|---|
committer | Karen Arutyunov <karen@codesynthesis.com> | 2018-09-08 21:19:53 +0300 |
commit | c251c85cf17bdffbd34600e7a99b47540318c706 (patch) | |
tree | 4cce498d3ccb7ce051c9f5ae5c9809c555513285 /etc/brep-module.conf | |
parent | d63e34a7e8612dc69ae25f3d3903ba04cc808bf7 (diff) |
Add documentation to etc/brep-module.conf
Diffstat (limited to 'etc/brep-module.conf')
-rw-r--r-- | etc/brep-module.conf | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/etc/brep-module.conf b/etc/brep-module.conf index 8b0bda4..5807a95 100644 --- a/etc/brep-module.conf +++ b/etc/brep-module.conf @@ -311,6 +311,22 @@ menu About=?about # ci-handler-timeout +# The default view to display for the global repository root. The value is one +# of the supported services (packages, builds, submit, ci, etc). Default is +# packages. +# +# root-global-view packages +# + + +# The default view to display for the tenant repository root. The value is one +# of the supported services (packages, builds, submit, ci, etc). Default is +# packages. +# +# root-tenant-view packages +# + + # Trace verbosity. Disabled by default. # # verbosity 0 |