fix: make PgBouncer prepared statement disabling configurable (#7876)
This commit is contained in:
commit
41925d21ef
1 changed files with 3 additions and 0 deletions
|
|
@ -48,6 +48,9 @@
|
|||
'prefix_indexes' => true,
|
||||
'search_path' => 'public',
|
||||
'sslmode' => 'prefer',
|
||||
'options' => [
|
||||
PDO::PGSQL_ATTR_DISABLE_PREPARES => env('DB_DISABLE_PREPARES', false),
|
||||
],
|
||||
],
|
||||
|
||||
'testing' => [
|
||||
|
|
|
|||
Loading…
Reference in a new issue