From e64f349f2c8fc4f9813db066653139c0d591efda Mon Sep 17 00:00:00 2001 From: Dhaval Dave Date: Tue, 7 Feb 2023 11:12:57 +0530 Subject: [PATCH] Update install-guide.md --- .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 73550fca..53e39401 100644 --- a/.github/install-guide.md +++ b/.github/install-guide.md @@ -85,7 +85,7 @@ npm start ## Backend - Golang http://localhost:5001 - REST API - requires [>=go1.13](https://golang.org/dl/) ```bash -export SHUFFLE_OPENSEARCH_URL="http://localhost:9200" +export SHUFFLE_OPENSEARCH_URL="https://localhost:9200" export SHUFFLE_ELASTIC=true export SHUFFLE_OPENSEARCH_USERNAME=admin export SHUFFLE_OPENSEARCH_PASSWORD=admin