Skip to content

Commit

Permalink
Update DEVELOPER_GUIDE.md
Browse files Browse the repository at this point in the history
Co-authored-by: Owais Kazi <[email protected]>
Signed-off-by: Varun Jain <[email protected]>
  • Loading branch information
vibrantvarun and owaiskazi19 authored Jan 16, 2024
1 parent 3fd415a commit a3bf2df
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion DEVELOPER_GUIDE.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit a3bf2df

Please sign in to comment.