mirror of
https://github.com/hcengineering/platform.git
synced 2024-12-26 21:15:32 +03:00
Fix pg application name (#7087)
Signed-off-by: Denis Bykhov <bykhov.denis@gmail.com>
This commit is contained in:
parent
c190b1c079
commit
13c0005695
@ -182,8 +182,9 @@ export function getDBClient (connectionString: string, database?: string): Postg
|
||||
|
||||
if (existing === undefined) {
|
||||
const sql = postgres(connectionString, {
|
||||
connectionString,
|
||||
application_name: 'transactor',
|
||||
connection: {
|
||||
application_name: 'transactor'
|
||||
},
|
||||
database,
|
||||
max: 10,
|
||||
transform: {
|
||||
|
Loading…
Reference in New Issue
Block a user