Option to disable linked URL indexing
[phinde.git] / data / config.php.dist
index 7eb8ccfe71a2c070c1cf5acc51ad11bd395b3413..dc1cff85131b3c524121e1c4607df2871851fe80 100644 (file)
@@ -1,6 +1,7 @@
 <?php
 $GLOBALS['phinde'] = array(
     'elasticsearch' => '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