From 9928b96a20f17fe532dd0ac26914f83cbe34867a Mon Sep 17 00:00:00 2001 From: Christian Weiske Date: Thu, 24 Nov 2016 22:09:28 +0100 Subject: websub subcriptions work --- data/config.php.dist | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'data/config.php.dist') diff --git a/data/config.php.dist b/data/config.php.dist index 19a3221..5c3eba8 100644 --- a/data/config.php.dist +++ b/data/config.php.dist @@ -15,10 +15,6 @@ $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 @@ -36,5 +32,9 @@ $GLOBALS['phinde'] = array( 'hitTemplate' => 'hit.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 +?> -- cgit v1.2.3