Disable prepared_statements in production to allow use of pgbouncer
This commit is contained in:
parent
4d1217d8f9
commit
2dc2003b99
|
@ -22,3 +22,4 @@ production:
|
|||
password: <%= ENV['DB_PASS'] || '' %>
|
||||
host: <%= ENV['DB_HOST'] || 'localhost' %>
|
||||
port: <%= ENV['DB_PORT'] || 5432 %>
|
||||
prepared_statements: false
|
||||
|
|
Reference in a new issue