Skip to content

Commit

Permalink
removed port on elastic
Browse files Browse the repository at this point in the history
  • Loading branch information
sharepointoscar committed Jan 21, 2020
1 parent fe1ee28 commit ec6b80d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/connections.js
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ module.exports.connections = {
},
myLocalElasticsearch: {
adapter: 'elasticsearch',
hosts: [process.env.ELASTICSEARCH_URL:9200],
hosts: [process.env.ELASTICSEARCH_URL],
keepAlive: true,
sniffOnStart: true,
maxRetries: 10,
Expand Down

0 comments on commit ec6b80d

Please sign in to comment.