From: Eugen Date: Tue, 10 Jan 2017 21:01:13 +0000 (+0100) Subject: Fix env variable name X-Git-Url: https://git.xn--scling-oua.cat.family/?a=commitdiff_plain;h=4292cf60ae6b12b689980bce06746fec602bcc57;p=mastodon.git Fix env variable name --- diff --git a/config/database.yml b/config/database.yml index 52c26f599..5ec342f93 100644 --- a/config/database.yml +++ b/config/database.yml @@ -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