Skip to content

Commit

Permalink
Database Engine Version Upgrade #1486
Browse files Browse the repository at this point in the history
running out of things to try
  • Loading branch information
kkrug committed Feb 4, 2025
1 parent f1297e9 commit 47872fc
Showing 1 changed file with 1 addition and 9 deletions.
10 changes: 1 addition & 9 deletions config/prod.exs
Original file line number Diff line number Diff line change
Expand Up @@ -21,15 +21,7 @@ config :challenge_gov, ChallengeGov.Repo,
ssl: true,
ssl_opts: [
cacertfile: "priv/certs/us-gov-west-1-bundle.pem",
server_name_indication:
"cg-aws-broker-prodo0g0lv1irkwn9f3.ci7nkegdizyy.us-gov-west-1.rds.amazonaws.com",
verify: :verify_peer,
verify_fun:
{&:ssl_verify_hostname.verify_fun/3,
[
check_hostname:
"cg-aws-broker-prodo0g0lv1irkwn9f3.ci7nkegdizyy.us-gov-west-1.rds.amazonaws.com"
]}
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 47872fc

Please sign in to comment.