X-Git-Url: https://git.cweiske.de/phinde.git/blobdiff_plain/087e616b4eed27573d5a00b725eca02c1584fa4f..45638a5de3c8c05c1792f8a3ab93acb11a2c1a86:/data/config.php.dist diff --git a/data/config.php.dist b/data/config.php.dist index 7eb8ccf..dc1cff8 100644 --- a/data/config.php.dist +++ b/data/config.php.dist @@ -1,6 +1,7 @@ 'http://127.0.0.1:9200/phinde/', + //whitelist of domains that shall be crawled 'domains' => array( 'www.example.org', 'test.example.org' @@ -13,5 +14,10 @@ $GLOBALS['phinde'] = array( 'subscriptions' => array( 'http://www.example.org/feed', ), + //time in seconds after which URLs may be re-indexed + 'refreshtime' => 86400, + //if directly linked URLs shall be indexed, even if they are + // on a non-whitelisted domain + 'indexNonAllowed' => true, ); ?> \ No newline at end of file