mirror of
https://github.com/farcasclaudiu/Flowise.git
synced 2026-06-29 11:01:18 +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') {
|
} else if (process.env.DATABASE_SSL === 'true') {
|
||||||
return true
|
return true
|
||||||
}
|
}
|
||||||
return {}
|
return undefined
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user