X-Git-Url: https://git.cweiske.de/phinde.git/blobdiff_plain/9928b96a20f17fe532dd0ac26914f83cbe34867a..25de37bc77d427436417ea244c134b6531950870:/data/config.php.dist diff --git a/data/config.php.dist b/data/config.php.dist index 5c3eba8..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( ), @@ -30,6 +28,8 @@ $GLOBALS['phinde'] = array( 'showFullContent' => false, //search result "hit" template file 'hitTemplate' => 'hit.htm', + //sidebar help text. empty to disable + 'sidebarinclude' => 'search/sidebar-searchtips.htm', //default sort order: "score" or "date" 'defaultSort' => 'score', //database for PuSH subscriptions