mirror of
https://github.com/farcasclaudiu/Flowise.git
synced 2026-06-28 13:00:56 +03:00
avoid BWC PGSQLMODE returning empty ssl object
This commit is contained in:
@@ -89,5 +89,5 @@ const getDatabaseSSLFromEnv = () => {
|
||||
} else if (process.env.DATABASE_SSL === 'true') {
|
||||
return true
|
||||
}
|
||||
return {}
|
||||
return undefined
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user