mirror of
https://github.com/tiennm99/coolify.git
synced 2026-07-12 01:05:09 +00:00
fix: make PgBouncer prepared statement disabling configurable (#7876)
This commit is contained in:
@@ -48,6 +48,9 @@ return [
|
||||
'prefix_indexes' => true,
|
||||
'search_path' => 'public',
|
||||
'sslmode' => 'prefer',
|
||||
'options' => [
|
||||
PDO::PGSQL_ATTR_DISABLE_PREPARES => env('DB_DISABLE_PREPARES', false),
|
||||
],
|
||||
],
|
||||
|
||||
'testing' => [
|
||||
|
||||
Reference in New Issue
Block a user