git.cweiske.de
/
phinde.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
default config
[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
?>