We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 0b3f7ab + f1e858e commit 72d1059Copy full SHA for 72d1059
lib/pact/consumer/server.rb
@@ -86,7 +86,7 @@ def get_identity
86
end
87
88
def webrick_opts
89
- opts = {Port: port.nil? ? 0 : port, AccessLog: [], Logger: WEBrick::Log::new(nil, 0)}
+ opts = {Host: '0.0.0.0', Port: port.nil? ? 0 : port, AccessLog: [], Logger: WEBrick::Log::new(nil, 0)}
90
opts.merge!({
91
:SSLCertificate => OpenSSL::X509::Certificate.new(File.open(options[:sslcert]).read) }) if options[:sslcert]
92
0 commit comments