We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 7c9380b + 90d980d commit 7e2f97dCopy full SHA for 7e2f97d
config/database.yml
@@ -32,6 +32,7 @@ production:
32
adapter: postgresql
33
encoding: unicode
34
host: <%= ENV["DIAPER_DB_HOST"] %>
35
+ pool: 20
36
username: <%= ENV["DIAPER_DB_USERNAME"] %>
37
password: <%= ENV["DIAPER_DB_PASSWORD"] %>
38
database: <%= ENV["DIAPER_DB_DATABASE"] %>
0 commit comments