We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 68acc2f + 16e5d3f commit da5eb9cCopy full SHA for da5eb9c
1 file changed
falcon.rb
@@ -72,7 +72,7 @@
72
73
endpoint do
74
Async::HTTP::Endpoint.parse(
75
- "http://0.0.0.0:#{ENV["SERVICE_DIRECT_PORT"]}"
+ "http://0.0.0.0:#{ENV["SERVICE_CONNECT_PORT"]}"
76
).with(protocol: protocol)
77
end
78
0 commit comments