rework crawler; add atom link extraction
[phinde.git] / data / config.php.dist
1 <?php
2 $GLOBALS['phinde'] = array(
3     'elasticsearch' => 'http://127.0.0.1:9200/phinde/',
4     'domains' => array(
5         'www.example.org',
6         'test.example.org'
7     )
8 );
9 ?>