Skip to content

Commit

Permalink
ssl true db
Browse files Browse the repository at this point in the history
  • Loading branch information
jdonis committed Jan 27, 2025
1 parent c1aea52 commit bf2e39f
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 @@ -18,7 +18,7 @@ config :challenge_gov, Web.Endpoint,

config :challenge_gov, ChallengeGov.Repo,
url: System.get_env("DATABASE_URL"),
# ssl: true,
ssl: true,
pool_size: String.to_integer(System.get_env("POOL_SIZE") || "20"),
# Increase the target wait time
queue_target: 5000,
Expand Down

0 comments on commit bf2e39f

Please sign in to comment.