From d5a675099a0ccf0c35ce1756f5015108cda1489a Mon Sep 17 00:00:00 2001 From: Eugen Date: Sun, 9 Apr 2017 05:46:32 +0200 Subject: Add env variable to disable prepared statements (#1293) --- .env.production.sample | 4 ++++ 1 file changed, 4 insertions(+) (limited to '.env.production.sample') diff --git a/.env.production.sample b/.env.production.sample index d7c04e235..fbb284707 100644 --- a/.env.production.sample +++ b/.env.production.sample @@ -63,3 +63,7 @@ SMTP_FROM_ADDRESS=notifications@example.com # Streaming API integration # STREAMING_API_BASE_URL= + +# Advanced settings +# If you need to use pgBouncer, you need to disable prepared statements: +# PREPARED_STATEMENTS=false -- cgit