From b3722503332f0fbaa6013a6aab3f0fed24cbb243 Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Thu, 17 Dec 2015 15:54:29 +0200 Subject: First pass over INSTALL, some file renames --- etc/brep-module.conf | 41 +++++++++++++++++++++++++++++++++++++++++ 1 file changed, 41 insertions(+) create mode 100644 etc/brep-module.conf (limited to 'etc/brep-module.conf') diff --git a/etc/brep-module.conf b/etc/brep-module.conf new file mode 100644 index 0000000..26767d6 --- /dev/null +++ b/etc/brep-module.conf @@ -0,0 +1,41 @@ +# Configuration file for the brep module (note: this is not an apache2 .conf +# file but it can be converted to one by prefixing all the options with brep-). +# See brep(1) for detailed description of each configuration option. Commented +# out options indicate their default values. +# + +# Number of results per page. +# +# search-results 10 + + +# Number of pages in navigation (pager). +# +# search-pages 5 + + +# Number of package description characters to display in brief pages. +# +# package-description 500 + + +# Number of package changes characters to display in brief pages. +# +# package-changes 5000 + + +# Database connection configuration. By default, brep will try to connect to +# the local instance of PostgreSQL with the operating system-default mechanism +# (Unix-domain socket, etc) and use operating system (login) user name and the +# database called 'brep'. See brep(1) for details. +# +# db-user +# db-password +# db-name brep +# db-host +# db-port + + +# Trace verbosity. Disabled by default. +# +# verbosity 1 -- cgit v1.1