Skip to content

Commit

Permalink
Add test config values.
Browse files Browse the repository at this point in the history
  • Loading branch information
tim-br committed Apr 22, 2024
1 parent bf85b62 commit 184a1a3
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions config/config.exs
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,8 @@ config :clear_settle_engine, ClearSettleEngine.Repo,
database: System.get_env("DB_DATABASE", "clear_settle_engine_dev"),
hostname: System.get_env("DB_HOST", "localhost"),
port: System.get_env("DB_PORT", "5432"),
ssl: true,
ssl_opts: [verify: :verify_none],
pool_size: String.to_integer(System.get_env("DB_POOL_SIZE", "10"))

config :logger,
Expand Down

0 comments on commit 184a1a3

Please sign in to comment.