Edit config and server

This commit is contained in:
Cédric FAMIBELLE-PRONZOLA
2022-05-12 06:22:37 +04:00
parent d229e38d2f
commit f2795bc9b1
2 changed files with 5 additions and 8 deletions
+5 -7
View File
@@ -1,9 +1,7 @@
module.exports = ({ env }) => ({
responses: {
privateAttributes: ['_v', 'created_at'],
},
module.exports = {
rest: {
defaultLimit: 100,
maxLimit: 250,
defaultLimit: 25,
maxLimit: 100,
withCount: true,
},
});
};