Disable prepared_statements in production to allow use of pgbouncer

This commit is contained in:
Eugen Rochko 2017-04-06 20:50:13 +02:00
parent 4d1217d8f9
commit 2dc2003b99

View file

@ -22,3 +22,4 @@ production:
password: <%= ENV['DB_PASS'] || '' %>
host: <%= ENV['DB_HOST'] || 'localhost' %>
port: <%= ENV['DB_PORT'] || 5432 %>
prepared_statements: false