diff --git a/config/connections.js b/config/connections.js index d493fee..41bae76 100644 --- a/config/connections.js +++ b/config/connections.js @@ -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,