Skip to content

Commit

Permalink
Merge pull request #1529 from GSA/dev-db15-test
Browse files Browse the repository at this point in the history
Dev db15 test
  • Loading branch information
jdonis authored Jan 29, 2025
2 parents 5ade983 + ca5fbd5 commit 17fc11d
Showing 1 changed file with 2 additions and 8 deletions.
10 changes: 2 additions & 8 deletions config/prod.exs
Original file line number Diff line number Diff line change
Expand Up @@ -18,14 +18,8 @@ config :challenge_gov, Web.Endpoint,

config :challenge_gov, ChallengeGov.Repo,
url: System.get_env("DATABASE_URL"),
ssl: true,
# pool_size: String.to_integer(System.get_env("POOL_SIZE") || "20"),
pool_size: 15,
migration_timestamps: [type: :utc_datetime_usec],
migration_lock: nil,
queue_target: 5000,
queue_interval: 1000,
timeout: 15000,
ssl: [verify: :verify_none],
pool_size: String.to_integer(System.get_env("POOL_SIZE") || "15"),
loggers: [{LoggerJSON.Ecto, :log, [:info]}]

# Do not print debug messages in production
Expand Down

0 comments on commit 17fc11d

Please sign in to comment.