mirror of
https://github.com/System-End/hackatime.git
synced 2026-04-20 00:35:22 +00:00
Switch to pooled database URL with pgbouncer
This commit is contained in:
parent
3a8f3fd4d8
commit
9a110f5326
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue