Skip to content

Commit

Permalink
Try encrypt true
Browse files Browse the repository at this point in the history
  • Loading branch information
Kr1sh1 committed Mar 2, 2024
1 parent 0981a3b commit 9fb8a45
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion functions/statusCallback.protected.ts
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ export const handler: ServerlessFunctionSignature<TwilioEnvironmentVariables, St
port: +context.RDS_PORT,
database: context.RDS_DATABASE,
options: {
encrypt: false,
encrypt: true,
trustServerCertificate: false
}
};
Expand Down

0 comments on commit 9fb8a45

Please sign in to comment.