You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -931,6 +931,7 @@ Below is the complete list of available options that can be used to customize yo
931
931
|`DB_USER`| The database database user. Defaults to `root`|
932
932
|`DB_PASS`| The database database password. Defaults to no password |
933
933
|`DB_POOL`| The database database connection pool count. Defaults to `10`. |
934
+
|`DB_PREPARED_STATEMENTS`| Whether use database prepared statements. No defaults. But set to `false` if you want to use with [PgBouncer](https://pgbouncer.github.io/)|
934
935
|`SMTP_ENABLED`| Enable mail delivery via SMTP. Defaults to `true` if `SMTP_USER` is defined, else defaults to `false`. |
0 commit comments