Fix env variable name

lolsob-rspec
Eugen 2017-01-10 22:01:13 +01:00 committed by GitHub
parent bc17613e70
commit 001a73c6fc
1 changed files with 1 additions and 1 deletions

View File

@ -1,6 +1,6 @@
default: &default
adapter: postgresql
pool: <%= ENV["DB_POOL"] || ENV['RAILS_MAX_THREADS'] || 5 %>
pool: <%= ENV["DB_POOL"] || ENV['MAX_THREADS'] || 5 %>
timeout: 5000
encoding: unicode