Skip to content

Commit

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


```ruby ```ruby
ENV["ELASTICSEARCH_URL"] = "https://user:password@host" ENV["ELASTICSEARCH_URL"] = "https://user:password@host:port"
``` ```


Then deploy and reindex: Then deploy and reindex:
Expand Down

0 comments on commit df57db3

Please sign in to comment.