about summary refs log tree commit diff
path: root/config/database.yml
diff options
context:
space:
mode:
authorEugen <eugen@zeonfederated.com>2017-01-10 22:01:13 +0100
committerGitHub <noreply@github.com>2017-01-10 22:01:13 +0100
commit4292cf60ae6b12b689980bce06746fec602bcc57 (patch)
tree7a24d7168bff3e2645a7afb3fb76b181cdde0a80 /config/database.yml
parent18b11100e7d66b5e5f5a2a364423582c6b7d75a9 (diff)
Fix env variable name
Diffstat (limited to 'config/database.yml')
-rw-r--r--config/database.yml2
1 files changed, 1 insertions, 1 deletions
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