Skip to content

Commit

Permalink
Added port to AWS instructions - #1297
Browse files Browse the repository at this point in the history
  • Loading branch information
ankane committed Aug 2, 2019
1 parent 7df7015 commit b9e5ac0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -1075,7 +1075,7 @@ heroku run rake searchkick:reindex CLASS=Product
Create an initializer `config/initializers/elasticsearch.rb` with:

```ruby
ENV["ELASTICSEARCH_URL"] = "https://es-domain-1234.us-east-1.es.amazonaws.com"
ENV["ELASTICSEARCH_URL"] = "https://es-domain-1234.us-east-1.es.amazonaws.com:443"
```

To use signed requests, include in your Gemfile:
Expand Down

0 comments on commit b9e5ac0

Please sign in to comment.