blacklist config option is not used
[phinde.git] / data / config.php.dist
index 9bd10e4a6d3eb3ff423cef61811aafcb6822c10c..fff65ce7c1fb3a612d90179c4e175602c153509e 100644 (file)
@@ -2,16 +2,14 @@
 $GLOBALS['phinde'] = array(
     //name of the app in the frontend
     'apptitle' => 'website search',
+    //needed for websub
+    'baseurl' => 'http://phinde.example.org/',
     'elasticsearch' => 'http://127.0.0.1:9200/phinde/',
     //whitelist of domains that shall be crawled
     'domains' => array(
         'www.example.org',
         'test.example.org'
     ),
-    //list of URL beginnings that should be ignored
-    'blacklist' => array(
-        'http://bad.example.org/'
-    ),
     //list of regexes for URLs that should not be crawled
     'crawlBlacklist' => array(
     ),