Skip to content

Commit

Permalink
fix: add log
Browse files Browse the repository at this point in the history
  • Loading branch information
achauve committed Nov 24, 2023
1 parent 856d400 commit b0aa7ae
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion back-strapi/config/plugins.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,8 @@ module.exports = ({ env }) => ({
rejectUnauthorized: true,
requireTLS: "true",
connectionTimeout: 1,
secure: false
secure: false,
logger: true,
},
settings: {
defaultFrom: env("EMAIL_PROVIDER_FROM"),
Expand Down

0 comments on commit b0aa7ae

Please sign in to comment.