mirror of
https://github.com/strapi/strapi.git
synced 2025-07-15 21:11:28 +00:00
14 lines
199 B
JavaScript
14 lines
199 B
JavaScript
'use strict';
|
|
|
|
module.exports = {
|
|
default: {
|
|
enabled: true,
|
|
provider: 'local',
|
|
providerOptions: {
|
|
sizeLimit: 1000000,
|
|
},
|
|
actionOptions: {},
|
|
},
|
|
validator: () => {},
|
|
};
|