X-Git-Url: https://git.cweiske.de/phinde.git/blobdiff_plain/161c1102795805ee665a727e185fb71e58c92110..25de37bc77d427436417ea244c134b6531950870:/data/config.php.dist diff --git a/data/config.php.dist b/data/config.php.dist index 9bd10e4..fff65ce 100644 --- a/data/config.php.dist +++ b/data/config.php.dist @@ -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( ),