diff options
Diffstat (limited to '.env.production.sample')
-rw-r--r-- | .env.production.sample | 4 |
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 |