This is an automated email from the ASF dual-hosted git repository.
shuber pushed a commit to branch opensearch-persistence
in repository https://gitbox.apache.org/repos/asf/unomi.git
The following commit(s) were added to refs/heads/opensearch-persistence by this
push:
new ce7c0b82a Update setenv.sh to modify KARAF_OPTS for OpenSearch
integration and remove auto-start option
ce7c0b82a is described below
commit ce7c0b82a53fbf5d7d90260d907b40eb6682a3fa
Author: Serge Huber <[email protected]>
AuthorDate: Mon Oct 13 20:34:19 2025 +0200
Update setenv.sh to modify KARAF_OPTS for OpenSearch integration and remove
auto-start option
---
setenv.sh | 4 +---
1 file changed, 1 insertion(+), 3 deletions(-)
diff --git a/setenv.sh b/setenv.sh
index a9b40c272..8018b9d98 100755
--- a/setenv.sh
+++ b/setenv.sh
@@ -21,6 +21,4 @@ export UNOMI_VERSION=`mvn
org.apache.maven.plugins:maven-help-plugin:2.1.1:evalu
echo Detected project version=$UNOMI_VERSION
export KARAF_VERSION=4.4.8
# Uncomment the following line if you need Apache Unomi to start automatically
at the first start
-# export KARAF_OPTS="-Dunomi.autoStart=true"
-export KARAF_OPTS="-Dunomi.autoStart=opensearch"
-export UNOMI_OPENSEARCH_PASSWORD="Unomi.1ntegrat10n.Tests"
+# export KARAF_OPTS="-Dunomi.autoStart=true"
\ No newline at end of file