Skip to content

Commit

Permalink
Merge remote-tracking branch 'ssl/develop' into kutt_dev
Browse files Browse the repository at this point in the history
  • Loading branch information
IITII committed Jan 29, 2024
2 parents 7e5483d + 5f132bb commit 1efe8c9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion knexfile.ts
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ module.exports = {
user: env.DB_USER,
port: env.DB_PORT,
password: env.DB_PASSWORD,
ssl: env.DB_SSL,
ssl: env.DB_SSL === true ? { "rejectUnauthorized": false } : false,
},
migrations: {
tableName: "knex_migrations",
Expand Down

0 comments on commit 1efe8c9

Please sign in to comment.