mirror of
https://github.com/Unleash/unleash.git
synced 2025-01-25 00:07:47 +01:00
fix: disable ssl for local postgres in dev
This commit is contained in:
parent
d01c9d2dac
commit
637c4f4643
@ -9,7 +9,7 @@ unleash.start({
|
||||
host: 'localhost',
|
||||
port: 5432,
|
||||
database: 'unleash',
|
||||
ssl: true,
|
||||
ssl: false,
|
||||
},
|
||||
enableRequestLogger: true,
|
||||
});
|
||||
|
Loading…
Reference in New Issue
Block a user