Skip to content

Commit

Permalink
fix api key documentation typo
Browse files Browse the repository at this point in the history
  • Loading branch information
lukavdplas committed Jun 5, 2024
1 parent 5768f1f commit a0906b6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions documentation/Django-project-settings.md
Original file line number Diff line number Diff line change
Expand Up @@ -56,8 +56,8 @@ Create an API key for the server: see [creating an API key](https://www.elastic.
Add the following values to the configuration:

- `'certs_location'`: Fill in the following path: `{your_elasticsearch_directory}/config/certs/http_ca.crt`
- `'api_key'`: the ID of the API key
- `'api_id'`: the generated API key
- `'api_id'`: the ID of the API key
- `'api_key'`: the generated API key


#### Setting a default server
Expand Down

0 comments on commit a0906b6

Please sign in to comment.