Skip to content

Commit

Permalink
change host to ipv4 localhost via 127.0.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
bizob2828 committed Oct 10, 2023
1 parent 5ddf5fe commit 0dab4e2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/lib/params.js
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ module.exports = {
cassandra_host: process.env.NR_NODE_TEST_CASSANDRA_HOST || 'localhost',
cassandra_port: process.env.NR_NODE_TEST_CASSANDRA_PORT || 9042,

elastic_host: process.env.NR_NODE_TEST_ELASTIC_HOST || 'localhost',
elastic_host: process.env.NR_NODE_TEST_ELASTIC_HOST || '127.0.0.1',
elastic_port: process.env.NR_NODE_TEST_ELASTIC_PORT || 9200,

postgres_host: process.env.NR_NODE_TEST_POSTGRES_HOST || 'localhost',
Expand Down

0 comments on commit 0dab4e2

Please sign in to comment.