Skip to content

Commit

Permalink
Changed the Elasticsearch placeholders with the correct ones (#89)
Browse files Browse the repository at this point in the history
  • Loading branch information
WaPoNe authored Nov 20, 2024
1 parent bc6457f commit ebac0c6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions installation-guide.md
Original file line number Diff line number Diff line change
Expand Up @@ -180,8 +180,8 @@ If you have installed Elasticsearch, you can add the following parameters to the

```shell
--search-engine=elasticsearch7 \
--elasticsearch-host="$OPENSEARCH_HOST" \
--elasticsearch-port="$OPENSEARCH_PORT"
--elasticsearch-host=ELASTICSEARCH_HOST \
--elasticsearch-port=ELASTICSEARCH_PORT
```

#### Opensearch
Expand Down

0 comments on commit ebac0c6

Please sign in to comment.