]> git.donarmstrong.com Git - debbugs.git/blobdiff - scripts/config.in
merge changes from dla source tree; upgrade to metadir bzr format
[debbugs.git] / scripts / config.in
index 72df698e61f47d1445b57cea9c6dd05556e94c41..4767f6a577b5a23b2b9f7890af4394aa273f7f26 100644 (file)
@@ -1,6 +1,7 @@
+# -*- mode: cperl -*-
 # This is the template debbugs configuration file.
 # You *must* edit it in order for debbugs to work.
-# $Id: config.in,v 1.22 2003/08/24 16:10:18 cjwatson Exp $
+# $Id: config.in,v 1.23 2005/07/17 19:07:01 cjwatson Exp $
 
 # Domains
 $gEmailDomain = "bugs.something";                      # e.g. bugs.debian.org
@@ -71,3 +72,12 @@ $gMaintainerFile = "$gConfigDir/Maintainers";
 $gMaintainerFileOverride = "$gConfigDir/Maintainers.override";
 $gPseudoDescFile = "$gConfigDir/pseudo-packages.description";
 $gPackageSource = "$gConfigDir/indices/sources";
+
+
+# Estraier Configuration
+%gSearchEstraier = (url  => 'http://localhost:1978/node/bts1',
+                   user => 'user',
+                   pass => 'pass',
+                  );
+
+1;