Skip to content

Commit 2366ab3

Browse files
committed
Bind only http listener to any address
1 parent 252a249 commit 2366ab3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

spec/acceptance/tests/acceptance_spec.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@
6464
api_timeout => 60,
6565
config => {
6666
'cluster.name' => '#{v[:cluster_name]}',
67-
'network.host' => '0.0.0.0',
67+
'http.bind_host' => '0.0.0.0',
6868
},
6969
oss => #{v[:oss]},
7070
#{package}

0 commit comments

Comments
 (0)