Skip to content

Commit

Permalink
Merge pull request #1544 from GSA/1486-db-upgrade
Browse files Browse the repository at this point in the history
1486 db upgrade
  • Loading branch information
kkrug authored Feb 4, 2025
2 parents e074b0a + 47872fc commit 6d32a39
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions config/prod.exs
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,7 @@ config :challenge_gov, ChallengeGov.Repo,
ssl: true,
ssl_opts: [
cacertfile: "priv/certs/us-gov-west-1-bundle.pem",
verify: :verify_none,
versions: [:"tlsv1.2", :"tlsv1.3"]
verify: :verify_peer
],
pool_size: String.to_integer(System.get_env("POOL_SIZE") || "15"),
loggers: [{LoggerJSON.Ecto, :log, [:info]}]
Expand Down

0 comments on commit 6d32a39

Please sign in to comment.