ports/textproc/opensearch/patches/patch-config_opensearch_yml

18 lines
441 B
Text
Raw Normal View History

2023-08-16 22:26:55 +00:00
Index: config/opensearch.yml
--- config/opensearch.yml.orig
+++ config/opensearch.yml
@@ -30,11 +30,11 @@
#
# Path to directory where to store the data (separate multiple locations by comma):
#
-#path.data: /path/to/data
+path.data: ${VARBASE}/opensearch/
#
# Path to log files:
#
-#path.logs: /path/to/logs
+path.logs: ${VARBASE}/log/opensearch/
#
# ----------------------------------- Memory -----------------------------------
#