Skip to content

Commit

Permalink
Merge pull request #1542 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 3, 2025
2 parents 80e1115 + e3e4739 commit a2cbb52
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions config/prod.exs
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,12 @@ config :challenge_gov, Web.Endpoint,

config :challenge_gov, ChallengeGov.Repo,
url: System.get_env("DATABASE_URL"),
ssl: true,
ssl_opts: [
cacertfile: "priv/certs/us-gov-west-1-bundle.pem",
verify: :verify_peer,
versions: [:"tlsv1.2", :"tlsv1.3"]
],
pool_size: String.to_integer(System.get_env("POOL_SIZE") || "15"),
loggers: [{LoggerJSON.Ecto, :log, [:info]}]

Expand Down

0 comments on commit a2cbb52

Please sign in to comment.