Skip to content

Commit

Permalink
fix: enable sequelize logging on production
Browse files Browse the repository at this point in the history
  • Loading branch information
dennyabrain authored Sep 18, 2024
1 parent 58e19f2 commit 3953ae7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions browser-extension/api-server/db/config/config.js
Original file line number Diff line number Diff line change
Expand Up @@ -19,5 +19,6 @@ module.exports = {
database: process.env.DB_NAME,
host: process.env.DB_HOST,
dialect: "postgres",
"logging":true,
},
};

0 comments on commit 3953ae7

Please sign in to comment.