mirror of
https://github.com/sqlchat/sqlchat.git
synced 2025-09-23 18:43:18 +08:00
chore: add missing comment
This commit is contained in:
@ -18,7 +18,7 @@ const newPostgresClient = async (connection: Connection) => {
|
||||
key: connection.ssl?.key,
|
||||
};
|
||||
} else {
|
||||
// Use rejectUnauthorized to infer sslmode=prefer since hosted PG venders have SSL enabled.
|
||||
// rejectUnauthorized=false to infer sslmode=prefer since hosted PG venders have SSL enabled.
|
||||
clientConfig.ssl = {
|
||||
rejectUnauthorized: false,
|
||||
};
|
||||
|
Reference in New Issue
Block a user