freebsd-ports/textproc/opensearch13/files/patch-config_opensearch.yml
Jose Alonso Cardenas Marquez b698323219 textproc/opensearch13: New port: Full-text search engine for Java (1.3.x branch)
OpenSearch is a fork of Elasticsearch which aims to be a Distributed,
RESTful, Search Engine built on top of Apache Lucene.
2022-12-06 19:30:12 -05:00

15 lines
422 B
YAML

--- config/opensearch.yml.orig 2021-07-02 23:22:08 UTC
+++ config/opensearch.yml
@@ -31,10 +31,12 @@
# Path to directory where to store the data (separate multiple locations by comma):
#
#path.data: /path/to/data
+path.data: /var/db/opensearch
#
# Path to log files:
#
#path.logs: /path/to/logs
+path.logs: /var/log/opensearch
#
# ----------------------------------- Memory -----------------------------------
#