Skip to content
This repository has been archived by the owner on Jul 31, 2024. It is now read-only.

Commit

Permalink
fix: knex ssl connection error
Browse files Browse the repository at this point in the history
  • Loading branch information
vycdev committed Jul 8, 2020
1 parent b63ff89 commit 7a5e254
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/api/knexfile.ts
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ const configs: Configs = {

production: {
...options,
connection: process.env.DATABASE_URL + "?SSL=no-verify"
connection: `${process.env.DATABASE_URL}?ssl=no-verify`
}
};

Expand Down

0 comments on commit 7a5e254

Please sign in to comment.