mirror of
https://github.com/Unleash/unleash.git
synced 2025-01-25 00:07:47 +01:00
fix: default db SSL to undefined
This commit is contained in:
parent
a6eb64e5da
commit
cc1b328b07
@ -48,7 +48,7 @@ const defaultDbOptions: IDBOption = {
|
||||
ssl:
|
||||
process.env.DATABASE_SSL != null
|
||||
? JSON.parse(process.env.DATABASE_SSL)
|
||||
: false,
|
||||
: undefined,
|
||||
driver: 'postgres',
|
||||
version: process.env.DATABASE_VERSION,
|
||||
pool: {
|
||||
|
Loading…
Reference in New Issue
Block a user