Skip to content

Commit

Permalink
remove http from proxy_options
Browse files Browse the repository at this point in the history
  • Loading branch information
LordCrispy committed Feb 22, 2024
1 parent 1e6d681 commit 50b692e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/challenge_gov/login_gov.ex
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ defmodule ChallengeGov.LoginGov do
alias ChallengeGov.LoginGov.Token

proxy_options = [
{:proxy, {"http://challengecproxy.apps.internal", 8080}},
{:proxy, {"challengecproxy.apps.internal", 8080}},
{:follow_redirect, true}
]

Expand Down

0 comments on commit 50b692e

Please sign in to comment.