We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0529a67 commit f2ebb6aCopy full SHA for f2ebb6a
lib/pact/consumer/server.rb
@@ -86,7 +86,7 @@ def get_identity
86
end
87
88
def webrick_opts
89
- opts = {Host: '0.0.0.0', Port: port.nil? ? 0 : port, AccessLog: [], Logger: WEBrick::Log::new(nil, 0)}
+ opts = { 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