Skip to content
This repository has been archived by the owner on Mar 4, 2019. It is now read-only.

Commit

Permalink
Clarify readme
Browse files Browse the repository at this point in the history
  • Loading branch information
skade committed Jan 23, 2012
1 parent d979c6d commit 2c6728e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Expand Up @@ -13,9 +13,9 @@ Download the current version from https://github.com/Asquera/elasticsearch-http-
The plugin is disabled by default. Enabling basic authorization will disable the default HTTP Transport module.

```
http.basic.enabled = true
http.basic.user = "my_username"
http.basic.password = "my_password"
http.basic.enabled: true
http.basic.user: "my_username"
http.basic.password: "my_password"
```

Be aware that the password is stored in plain text.
Expand Down

0 comments on commit 2c6728e

Please sign in to comment.