mirror of
https://github.com/strapi/strapi.git
synced 2025-07-22 16:37:13 +00:00
12 lines
172 B
JavaScript
12 lines
172 B
JavaScript
'use strict';
|
|
|
|
module.exports = {
|
|
default: {
|
|
enabled: true,
|
|
provider: 'local',
|
|
sizeLimit: 1000000000, // 1GB
|
|
actionOptions: {},
|
|
},
|
|
validator() {},
|
|
};
|