mirror of
https://github.com/strapi/strapi.git
synced 2025-07-24 17:40:18 +00:00
13 lines
184 B
JavaScript
13 lines
184 B
JavaScript
module.exports = {
|
|
graphql: {
|
|
amountLimit: 5,
|
|
depthLimit: 10,
|
|
},
|
|
email: {
|
|
provider: 'sendmail',
|
|
settings: {
|
|
defaultFrom: 'strapi@strapi.io',
|
|
},
|
|
},
|
|
};
|