Skip to content

Commit

Permalink
10391 - switching to use ca instead of cert
Browse files Browse the repository at this point in the history
  • Loading branch information
codyseibert committed Jul 22, 2024
1 parent b1957da commit fa25462
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion web-api/src/data-source.ts
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ export const AppDataSource = new DataSource({
ssl:
process.env.NODE_ENV === 'production'
? {
cert: './us-east-1-bundle.pem',
ca: './us-east-1-bundle.pem',
}
: undefined,
subscribers: [],
Expand Down

0 comments on commit fa25462

Please sign in to comment.