We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d664757 commit 6febcd9Copy full SHA for 6febcd9
config/database.yml
@@ -1,6 +1,7 @@
1
default: &default
2
adapter: postgresql
3
- pool: 5
+ url: <%= ENV['DATABASE_URL'] %>
4
+ pool: <%= ENV['CONCURRENCY'] || ENV['RAILS_MAX_THREADS'] || 5 %>
5
timeout: 5000
6
7
development:
0 commit comments