Skip to content

Commit

Permalink
[Fix][#72][#799][#1264]Not able to connect to AWS RDS postgresql (#1265)
Browse files Browse the repository at this point in the history
* [Fix][#72][#799][#1264]Not able to connect to AWS RDS postgresql
  • Loading branch information
jqknono authored Dec 29, 2023
1 parent 4b0bad9 commit b0dd32a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion packages/driver.pg/connection.schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,8 @@
"description": "Passed directly to node.TLSSocket. Check more here: https://nodejs.org/api/tls.html#tls_new_tls_tlssocket_socket_options",
"properties": {
"rejectUnauthorized": {
"type": "boolean"
"type": "boolean",
"default": true
},
"requestCert": {
"type": "boolean"
Expand Down

0 comments on commit b0dd32a

Please sign in to comment.