]> git.donarmstrong.com Git - debbugs.git/blobdiff - scripts/config.in
* Add Debbugs::SOAP::Status
[debbugs.git] / scripts / config.in
index 830342b04bd262e0a32e85ae07c104040bea9403..4767f6a577b5a23b2b9f7890af4394aa273f7f26 100644 (file)
@@ -1,3 +1,4 @@
+# -*- mode: cperl -*-
 # This is the template debbugs configuration file.
 # You *must* edit it in order for debbugs to work.
 # $Id: config.in,v 1.23 2005/07/17 19:07:01 cjwatson Exp $
@@ -72,4 +73,11 @@ $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;