Browse Source

Fix env variable name

closed-social-glitch-2
Eugen 7 years ago
committed by GitHub
parent
commit
4292cf60ae
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      config/database.yml

+ 1
- 1
config/database.yml 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

Loading…
Cancel
Save