aboutsummaryrefslogtreecommitdiff
path: root/data/config.php.dist
blob: 4c6a14fe8962151708a7929e7740e8bf209501c7 (plain)
1
2
3
4
5
6
7
8
9
<?php
$GLOBALS['phinde'] = array(
    'elasticsearch' => 'http://127.0.0.1:9200/phinde/',
    'domains' => array(
        'www.example.org',
        'test.example.org'
    )
);
?>