diff options
| author | Christian Weiske <cweiske@cweiske.de> | 2012-05-03 12:17:41 +0200 |
|---|---|---|
| committer | Christian Weiske <cweiske@cweiske.de> | 2012-05-03 12:17:41 +0200 |
| commit | 15a5134227f6463eda54d21821eecffd433b4673 (patch) | |
| tree | ac10e25fa56e4727cec9bdc0072d0f313bb7a3cb | |
| parent | f54be9a638c1f0d8f6a04bc2e0b8e0eb0731a720 (diff) | |
| download | phorkie-15a5134227f6463eda54d21821eecffd433b4673.tar.gz phorkie-15a5134227f6463eda54d21821eecffd433b4673.zip | |
fix elasticsearch default port
| -rw-r--r-- | data/config.php.dist | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/data/config.php.dist b/data/config.php.dist index c9b891e..1e814bd 100644 --- a/data/config.php.dist +++ b/data/config.php.dist @@ -3,6 +3,6 @@ //$GLOBALS['phorkie']['cfg']['workdir'] = '/var/cache/git/paste/work/'; //$GLOBALS['phorkie']['cfg']['git']['public'] = 'git://bogo/git/paste/'; //$GLOBALS['phorkie']['cfg']['git']['private'] = 'ssh://git@bogo:paste/'; -//$GLOBALS['phorkie']['cfg']['elasticsearch'] = 'http://localhost:9020/phorkie/'; +//$GLOBALS['phorkie']['cfg']['elasticsearch'] = 'http://localhost:9200/phorkie/'; //$GLOBALS['phorkie']['cfg']['setupcheck'] = false; ?> |
