aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'etc/gorg/gorg.conf.sample')
-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.