mirror of
https://github.com/glitch-soc/mastodon.git
synced 2025-02-22 10:33:48 -05:00
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
|
||||
|
Loading…
x
Reference in New Issue
Block a user