Skip to content
Snippets Groups Projects
Commit 4292cf60 authored by Eugen's avatar Eugen Committed by GitHub
Browse files

Fix env variable name

parent 18b11100
No related branches found
No related tags found
No related merge requests found
default: &default default: &default
adapter: postgresql adapter: postgresql
pool: <%= ENV["DB_POOL"] || ENV['RAILS_MAX_THREADS'] || 5 %> pool: <%= ENV["DB_POOL"] || ENV['MAX_THREADS'] || 5 %>
timeout: 5000 timeout: 5000
encoding: unicode encoding: unicode
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment