Skip to content

Commit

Permalink
update read me with generic ES info
Browse files Browse the repository at this point in the history
  • Loading branch information
Andrew Mc Cormack committed Mar 6, 2019
1 parent 726d5a4 commit 41a28f5
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# SilverStripe-Searchly
Searchly Elastic Search integration for SilverStripe
Elastic Search integration for SilverStripe

[![Latest Stable Version](https://poser.pugx.org/cyber-duck/silverstripe-searchly/v/stable)](https://packagist.org/packages/cyber-duck/silverstripe-searchly)
[![Latest Unstable Version](https://poser.pugx.org/cyber-duck/silverstripe-searchly/v/unstable)](https://packagist.org/packages/cyber-duck/silverstripe-searchly)
Expand Down Expand Up @@ -27,10 +27,10 @@ Add the following to your composer.json file and run /dev/build?flush=all
Add a SEARCHLY_BASE_URI var to your .env file.

```
SEARCHLY_BASE_URI="https://site:{api-key}@xyz.searchly.com"
SEARCHLY_BASE_URI="https://site:{api-key}@xyz.searchly.com" - Any valid ES endpoint (AWS, searchly etc)
```

You can also add a var for your index name, although this is not required.
Add a value for your index name

```
SEARCHLY_PAGES_INDEX="pages"
Expand Down

0 comments on commit 41a28f5

Please sign in to comment.