From a3bf2dfccfd00a1333dfd77ecf1aee49e087f3ab Mon Sep 17 00:00:00 2001 From: Varun Jain Date: Tue, 16 Jan 2024 14:22:06 -0800 Subject: [PATCH] Update DEVELOPER_GUIDE.md Co-authored-by: Owais Kazi Signed-off-by: Varun Jain --- DEVELOPER_GUIDE.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/DEVELOPER_GUIDE.md b/DEVELOPER_GUIDE.md index 4f2cb0e78..f19f178c4 100644 --- a/DEVELOPER_GUIDE.md +++ b/DEVELOPER_GUIDE.md @@ -134,7 +134,7 @@ curl localhost:9200 Additionally, it is also possible to run a cluster with security enabled: ```shell script -./gradlew run -Dsecurity.enabled=true -Dhttps=true -Duser=admin -Dpassword=admin +./gradlew run -Dsecurity.enabled=true ``` By default, if `-Dsecurity.enabled=true` is passed the following defaults will be used: `https=true`, `user=admin` and