We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f9ab6d2 commit 68782e5Copy full SHA for 68782e5
config/initializers/elasticsearch.rb
@@ -3,6 +3,6 @@
3
# config/initializers/elasticsearch.rb
4
Elasticsearch::Model.client = Elasticsearch::Client.new(
5
port: ENV.fetch('ES_PORT', 9200),
6
- host: ENV.fetch('ES_HOST', 'http://es'),
+ host: ENV.fetch('ES_HOST', 'http://elasticsearch'),
7
url: ENV.fetch('ELASTICSEARCH_URL', 'http://elasticsearch:9201')
8
)
0 commit comments