Skip to content

Commit

Permalink
Merge pull request #138 from canopas/increase-media-fle-size-limit
Browse files Browse the repository at this point in the history
Update: Increase file size limit for media library
  • Loading branch information
cp-sumi-k authored Feb 6, 2024
2 parents abaf1d7 + d736bcc commit e8f407a
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions admin/config/plugins.js
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,13 @@ module.exports = ({ env }) => ({
},
},
},
settings: {
parser: {
formidable: {
maxFileSize: 50 * 1024 * 1024, // 50MB: file size limit for media library
},
},
},
"users-permissions": {
config: {
jwtSecret: env("JWT_SECRET"),
Expand Down

0 comments on commit e8f407a

Please sign in to comment.