read RAILS MAX THREADS

This commit is contained in:
Daniel Schädler 2024-04-10 23:17:53 +02:00
parent 409c84ec7f
commit 72578b26f5
1 changed files with 1 additions and 0 deletions

View File

@ -24,3 +24,4 @@ production:
url: <%= ENV.fetch("POSTGRES_URL", nil) %>
username: <%= ENV.fetch("POSTGRES_USERNAME", nil) %>
password: <%= ENV.fetch("POSTGRES_PASSWORD", nil) %>
pool: <%= ENV.fetch("RAILS_MAX_THREADS") { 5 } %>