aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Weiske <cweiske@cweiske.de>2012-05-03 12:17:41 +0200
committerChristian Weiske <cweiske@cweiske.de>2012-05-03 12:17:41 +0200
commit15a5134227f6463eda54d21821eecffd433b4673 (patch)
treeac10e25fa56e4727cec9bdc0072d0f313bb7a3cb
parentf54be9a638c1f0d8f6a04bc2e0b8e0eb0731a720 (diff)
downloadphorkie-15a5134227f6463eda54d21821eecffd433b4673.tar.gz
phorkie-15a5134227f6463eda54d21821eecffd433b4673.zip
fix elasticsearch default port
-rw-r--r--data/config.php.dist2
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;
?>