'use strict'; module.exports = { default: { enabled: true, provider: 'local', providerOptions: { sizeLimit: 1000000, }, actionOptions: {}, }, validator: () => {}, };