Skip to content

Commit

Permalink
Database Engine Version Upgrade #1486
Browse files Browse the repository at this point in the history
cert path fix
  • Loading branch information
kkrug committed Feb 3, 2025
1 parent 39adcaf commit 50e9c29
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/prod.exs
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ config :challenge_gov, ChallengeGov.Repo,
ssl_opts: [
verify: :verify_peer,
verify_fun: {&:ssl_verify_hostname.verify_fun/3, [check_hostname: false]},
cacertfile: Path.join(:code.priv_dir(:challenge_gov), "certs/us-gov-west-1-bundle.pem")
cacertfile: "priv/certs/us-gov-west-1-bundle.pem"
],
pool_size: String.to_integer(System.get_env("POOL_SIZE") || "15"),
loggers: [{LoggerJSON.Ecto, :log, [:info]}]
Expand Down

0 comments on commit 50e9c29

Please sign in to comment.