Skip to content

Commit

Permalink
Merge pull request #51 from Vizzuality/cms/file_size_limit
Browse files Browse the repository at this point in the history
SKY30-83 Increased the file size limit for purposes of imports
  • Loading branch information
Agnieszka Figiel authored Nov 13, 2023
2 parents cde6399 + 6095b90 commit 2d92796
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion cms/config/middlewares.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,12 @@ export default [
'strapi::poweredBy',
'strapi::logger',
'strapi::query',
'strapi::body',
{
name: 'strapi::body',
config: {
jsonLimit: '10mb',
},
},
'strapi::session',
'strapi::favicon',
'strapi::public',
Expand Down

0 comments on commit 2d92796

Please sign in to comment.