Skip to content

Commit

Permalink
Update to fix the issue, this github issue explains the issue typeorm…
Browse files Browse the repository at this point in the history
  • Loading branch information
andreGarvin committed May 9, 2021
1 parent f78f4e1 commit 68333f7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion backend/common/db.ts
Expand Up @@ -12,7 +12,7 @@ export default async () => {
entities: [Key, Report],
url: process.env.CONNECTION_STRING,
extra: {
ssl: true,
rejectUnauthorized: false,
},
});
};

0 comments on commit 68333f7

Please sign in to comment.