aboutsummaryrefslogtreecommitdiff
path: root/etc
diff options
context:
space:
mode:
authorHans de Graaff <hans@degraaff.org>2012-10-26 14:33:02 +0200
committerHans de Graaff <hans@degraaff.org>2012-10-26 14:35:34 +0200
commit9d53caf784e1b5ed83b68c08309c156e7c49b3d5 (patch)
tree9d4a1ef935fba86be6090e862a8e9ff59c28f994 /etc
parentAdd RSpec files so that we can start creating specifications. (diff)
downloadgorg-9d53caf784e1b5ed83b68c08309c156e7c49b3d5.tar.gz
gorg-9d53caf784e1b5ed83b68c08309c156e7c49b3d5.tar.bz2
gorg-9d53caf784e1b5ed83b68c08309c156e7c49b3d5.zip
Remove search functionality based on obsolete dbi.
Diffstat (limited to 'etc')
-rw-r--r--etc/gorg/gorg.conf.sample11
1 files changed, 1 insertions, 10 deletions
diff --git a/etc/gorg/gorg.conf.sample b/etc/gorg/gorg.conf.sample
index c3fda72..30f0ab8 100644
--- a/etc/gorg/gorg.conf.sample
+++ b/etc/gorg/gorg.conf.sample
@@ -2,7 +2,7 @@
# Root dir, typically, your DocumentRoot
# (f)cgi scripts find it in their environment but
-# the stand-alone webserver and the search engine need it
+# the stand-alone webserver needs it
root = "/home/neysx/gentoo.org/gentoo/xml/htdocs"
# Make webrick listen on given IP (IP onlyu, no host name)
@@ -109,15 +109,6 @@ accessLog = "syslog"
# Listen on port (must be >1023 to be run by non-root)
port = 8008
-#
-# Search engine parameters
-#
-
-# Connect string, only mysql is supported at the moment
-dbConnect = DBI:mysql:DB_NAME:HOST_NAME
-dbUser = USENAME
-dbPassword = PASSWORD
-
# Document language can be guessed from the document itself with
# an XPath expression. It should return the language code.
# Only the first 5 characters will be used.