Skip to content

Commit

Permalink
lint fix
Browse files Browse the repository at this point in the history
  • Loading branch information
kkrug committed Jan 30, 2025
1 parent b3f992e commit a270ca2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions config/prod.exs
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ ssl_opts = [
# using erlang library ssl_verify_fun for ssl verification
verify_fun: {&:ssl_verify_hostname.verify_fun/3, [check_hostname: check_hostname]}
]

config :challenge_gov, ChallengeGov.Repo,
url: System.get_env("DATABASE_URL"),
ssl: true,
Expand Down

0 comments on commit a270ca2

Please sign in to comment.