Skip to content

Commit

Permalink
Database Engine Version Upgrade #1486
Browse files Browse the repository at this point in the history
lint fix
  • Loading branch information
kkrug committed Feb 4, 2025
1 parent f0db377 commit 12903f9
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions config/prod.exs
Original file line number Diff line number Diff line change
Expand Up @@ -23,14 +23,8 @@ config :challenge_gov, ChallengeGov.Repo,
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,
# using erlang library ssl_verify_fun for ssl verification
verify_fun: {&:ssl_verify_hostname.verify_fun/3, [check_hostname: "cg-aws-broker-prodo0g0lv1irkwn9f3.ci7nkegdizyy.us-gov-west-1.rds.amazonaws.com"]}
],
# ssl_opts: [
# cacertfile: "priv/certs/us-gov-west-1-bundle.pem",
# verify: :verify_none,
# 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 12903f9

Please sign in to comment.