Merge branch 'master' into glitch-soc/merge-upstream
This commit is contained in:
@ -3,6 +3,7 @@ default: &default
|
||||
pool: <%= ENV["DB_POOL"] || ENV['MAX_THREADS'] || 5 %>
|
||||
timeout: 5000
|
||||
encoding: unicode
|
||||
sslmode: <%= ENV['DB_SSLMODE'] || "prefer" %>
|
||||
|
||||
development:
|
||||
<<: *default
|
||||
@ -31,3 +32,4 @@ production:
|
||||
host: <%= ENV['DB_HOST'] || 'localhost' %>
|
||||
port: <%= ENV['DB_PORT'] || 5432 %>
|
||||
prepared_statements: <%= ENV['PREPARED_STATEMENTS'] || 'true' %>
|
||||
|
||||
|
Reference in New Issue
Block a user