aboutsummaryrefslogtreecommitdiff
path: root/etc/brep.conf
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2015-12-17 15:54:29 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2015-12-17 15:54:29 +0200
commitb3722503332f0fbaa6013a6aab3f0fed24cbb243 (patch)
tree25cc367f19b8d0e40d1bf6d3cefd3d0708dda967 /etc/brep.conf
parent1c8ae0a5bde06f879f37fb7670ec339d6b7a2ccf (diff)
First pass over INSTALL, some file renames
Diffstat (limited to 'etc/brep.conf')
-rw-r--r--etc/brep.conf41
1 files changed, 0 insertions, 41 deletions
diff --git a/etc/brep.conf b/etc/brep.conf
deleted file mode 100644
index 26767d6..0000000
--- a/etc/brep.conf
+++ /dev/null
@@ -1,41 +0,0 @@
-# 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