Skip to content

Commit

Permalink
Fix pool
Browse files Browse the repository at this point in the history
  • Loading branch information
dorner committed Jan 19, 2025
1 parent 63e483d commit b78cefb
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion config/database.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,6 @@ production:
adapter: postgresql
encoding: unicode
host: <%= ENV["DIAPER_DB_HOST"] %>
pool: 5
username: <%= ENV["DIAPER_DB_USERNAME"] %>
password: <%= ENV["DIAPER_DB_PASSWORD"] %>
database: <%= ENV["DIAPER_DB_DATABASE"] %>
Expand Down

0 comments on commit b78cefb

Please sign in to comment.