Skip to content

Commit

Permalink
Database Engine Version Upgrade #1486
Browse files Browse the repository at this point in the history
verify_none test
  • Loading branch information
kkrug committed Feb 3, 2025
1 parent 0fe4ae7 commit 613ecc8
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 @@ -21,7 +21,7 @@ config :challenge_gov, ChallengeGov.Repo,
ssl: true,
ssl_opts: [
cacertfile: "priv/certs/us-gov-west-1-bundle.pem",
verify: :verify_peer,
verify: :verify_none,
versions: [:"tlsv1.2", :"tlsv1.3"]
],
pool_size: String.to_integer(System.get_env("POOL_SIZE") || "15"),
Expand Down

0 comments on commit 613ecc8

Please sign in to comment.