r9168@llin: dpavlin | 2006-01-31 17:45:12 +0100
[BackupPC.git] / conf / config.pl
index 36c9531..f312293 100644 (file)
@@ -1752,7 +1752,9 @@ $Conf{SearchUser} = 'dpavlin';
 # if you want to use experimental Hyper Estraier support (which require
 # installation of Search::Estraier perl module from CPAN) select
 # path to index (relative to $TopDir) or node URI
-#$Conf{HyperEstraierIndex} = '/casket/';
+# use following line to disable Hyper Estraier and prevent upgrades
+# from overwriting it
+#$Conf{HyperEstraierIndex} = '';
 $Conf{HyperEstraierIndex} = 'http://localhost:1978/node/backuppc';
 
 #