Introduce lo stack Strapi dockerizzato (infra/strapi/), sullo stesso Postgres dello stack Supabase con un database logico separato, dietro Caddy su /cms/*. L'editing dei dati avviene solo nel pannello admin nativo di Strapi. Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
13 lines
194 B
JavaScript
13 lines
194 B
JavaScript
module.exports = {
|
|
rest: {
|
|
defaultLimit: 25,
|
|
maxLimit: 100,
|
|
withCount: true,
|
|
strictParams: true,
|
|
},
|
|
documents: {
|
|
strictParams: true,
|
|
strictRelations: true,
|
|
},
|
|
};
|