# Plugins configuration

The configurations for all plugins are stored in ./config/plugins.js (see project structure). Each plugin can be configured with the following available parameters:

Parameter Description Type
enabled Enable (true) or disable (false) an installed plugin Boolean
config

Optional
Used to override default plugin configuration (defined in strapi-server.js) Object
resolve
Optional, only required for local plugins
Path to the plugin's folder String

💡 TIP

If no specific configuration is required, a plugin can also be declared with the shorthand syntax 'plugin-name': true.

# GraphQL configuration

The GraphQL plugin has the following specific configuration options:

Parameter Description Type
defaultLimit Default value for the pagination[limit] parameter used in API calls Integer
maxLimit Maximum value for the pagination[limit] parameter used in API calls Integer