From 0f2cef5cbe385fe077b4610c690f9434df19fae1 Mon Sep 17 00:00:00 2001 From: lalitdeore Date: Tue, 30 Jul 2024 10:53:27 +0530 Subject: [PATCH] Update opensearch password in docs --- .github/install-guide.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/install-guide.md b/.github/install-guide.md index aa763642..b3282ce1 100755 --- a/.github/install-guide.md +++ b/.github/install-guide.md @@ -107,7 +107,7 @@ http://localhost:5001 - REST API - requires [>=go1.13](https://golang.org/dl/) export SHUFFLE_OPENSEARCH_URL="https://localhost:9200" export SHUFFLE_ELASTIC=true export SHUFFLE_OPENSEARCH_USERNAME=admin -export SHUFFLE_OPENSEARCH_PASSWORD=admin +export SHUFFLE_OPENSEARCH_PASSWORD=StrongShufflePassword321! export SHUFFLE_OPENSEARCH_SKIPSSL_VERIFY=true cd backend/go-app go run main.go walkoff.go docker.go