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 34a6c92 commit 88bc15fCopy full SHA for 88bc15f
lib/MetaCPAN/Mapper.pm
@@ -26,7 +26,7 @@ sub new ( $class, %args ) {
26
return bless {
27
es => Search::Elasticsearch->new(
28
client => '2_0::Direct',
29
- nodes => [$node],
+ nodes => [$config_node],
30
),
31
}, $class;
32
}
0 commit comments