Pierre Noël 83f847f359 change config format
Signed-off-by: Pierre Noël <petersg83@gmail.com>
2020-05-14 18:11:24 +02:00

13 lines
191 B
JavaScript

module.exports = {
graphql: {
amountLimit: 5,
depthLimit: 10,
},
email: {
provider: 'sendmail',
providerOptions: {
defaultFrom: 'strapi@strapi.io',
},
},
};