fix: Add ssl flag to the postgresql authentication
This commit is contained in:

committed by
Ömer Faruk Aydın

parent
9358f6c5b0
commit
23621d1b06
@@ -13,6 +13,7 @@ export default class Authentication {
|
||||
database: connectionData.database,
|
||||
user: connectionData.username,
|
||||
password: connectionData.password,
|
||||
ssl: connectionData.ssl,
|
||||
})
|
||||
|
||||
this.connectionData = connectionData;
|
||||
|
Reference in New Issue
Block a user