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 ZoltanTakacs committed Dec 14, 2015
1 parent f0d0d7d commit b94495a
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 b94495a

Please sign in to comment.