Skip to content

Commit

Permalink
LPS-61048 path.home is now required in 2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Artur Aquino authored and liferay-continuous-integration committed Dec 10, 2015
1 parent acd9a1e commit bd092b4
Showing 1 changed file with 3 additions and 0 deletions.
Expand Up @@ -156,6 +156,9 @@ protected void configurePaths(Settings.Builder builder) {
builder.put(
"path.data",
_props.get(PropsKeys.LIFERAY_HOME) + "/data/elasticsearch/indices");
builder.put(
"path.home",
_props.get(PropsKeys.LIFERAY_HOME) + "/data/elasticsearch");
builder.put("path.logs", _props.get(PropsKeys.LIFERAY_HOME) + "/logs");
builder.put(
"path.plugins",
Expand Down

0 comments on commit bd092b4

Please sign in to comment.