mirror of
https://github.com/mastodon/mastodon.git
synced 2026-08-28 17:56:59 -05:00
Fix env variable name
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user