Switch to pooled database URL with pgbouncer

This commit is contained in:
Max Wofford 2025-04-28 10:50:29 -04:00
parent 3a8f3fd4d8
commit 9a110f5326

View file

@ -14,7 +14,7 @@ development:
adapter: postgresql
encoding: unicode
pool: <%= ENV.fetch("RAILS_MAX_THREADS") { 5 } %>
url: <%= ENV['DATABASE_URL'] %>
url: <%= ENV['POOL_DATABASE_URL'] %>
wakatime:
adapter: postgresql
encoding: unicode