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

Commit

Permalink
fix: fix CI
Browse files Browse the repository at this point in the history
  • Loading branch information
achauve committed Nov 23, 2023
1 parent adfcd4e commit b02b5cb
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions src/db/config/config.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,12 +9,6 @@ module.exports = {
port: process.env.PGPORT,
host: process.env.PGHOST,
dialect: "postgres",
dialectOptions: {
ssl: {
require: false,
rejectUnauthorized: false,
},
},
},
production: {
username: process.env.PGUSER,
Expand Down

0 comments on commit b02b5cb

Please sign in to comment.