X-Git-Url: https://git.cweiske.de/phinde.git/blobdiff_plain/5b054d1fb39604419150051dd1d99dacbdeb2cba..161c1102795805ee665a727e185fb71e58c92110:/data/config.php.dist diff --git a/data/config.php.dist b/data/config.php.dist index 9170a9f..9bd10e4 100644 --- a/data/config.php.dist +++ b/data/config.php.dist @@ -1,5 +1,7 @@ 'website search', 'elasticsearch' => 'http://127.0.0.1:9200/phinde/', //whitelist of domains that shall be crawled 'domains' => array( @@ -13,10 +15,8 @@ $GLOBALS['phinde'] = array( //list of regexes for URLs that should not be crawled 'crawlBlacklist' => array( ), - //list of URLs that should be subscribed to with PubSubHubbub - 'subscriptions' => array( - 'http://www.example.org/feed', - ), + //verbose output + 'debug' => true, //time in seconds after which URLs may be re-indexed 'refreshtime' => 86400, //if directly linked URLs shall be indexed, even if they are @@ -30,5 +30,13 @@ $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 + 'db_dsn' => 'mysql:host=localhost;dbname=phinde', + 'db_user' => 'FIXME', + 'db_pass' => 'FIXME', ); -?> \ No newline at end of file +?>