about summary refs log tree commit diff
path: root/.env.production.sample
diff options
context:
space:
mode:
authorEugen <eugen@zeonfederated.com>2017-04-09 05:46:32 +0200
committerGitHub <noreply@github.com>2017-04-09 05:46:32 +0200
commitd5a675099a0ccf0c35ce1756f5015108cda1489a (patch)
treeaeac52345c8b088dd76f4046340ff29bb40f5cd2 /.env.production.sample
parentc3e7bac1ccd1b40724f4603052e3c50a1741f5f6 (diff)
Add env variable to disable prepared statements (#1293)
Diffstat (limited to '.env.production.sample')
-rw-r--r--.env.production.sample4
1 files changed, 4 insertions, 0 deletions
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