Skip to content

Commit da5eb9c

Browse files
authored
Merge pull request #6533 from NHSDigital/fix-falcon-service-connect-port
Fix incomplete env var rename in falcon.rb
2 parents 68acc2f + 16e5d3f commit da5eb9c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

falcon.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@
7272

7373
endpoint do
7474
Async::HTTP::Endpoint.parse(
75-
"http://0.0.0.0:#{ENV["SERVICE_DIRECT_PORT"]}"
75+
"http://0.0.0.0:#{ENV["SERVICE_CONNECT_PORT"]}"
7676
).with(protocol: protocol)
7777
end
7878
end

0 commit comments

Comments
 (0)