mirror of
https://github.com/strapi/strapi.git
synced 2025-12-29 16:16:20 +00:00
Fix typo
This commit is contained in:
parent
249b2f87ed
commit
3e1c4b5857
@ -18,7 +18,7 @@ Then, start your app and open your browser at [http://localhost:1337/graphql](ht
|
||||
|
||||
## Configurations
|
||||
|
||||
By default, the [Shadow CRUD](#shadow-crud) feature is enabled and the GraphQL is set to `/graphql`. The Playground is enabled by default for both the development and staging environments, however it is disabled in production, by changinging the config option `playgroundAlways` to true, you can enable it.
|
||||
By default, the [Shadow CRUD](#shadow-crud) feature is enabled and the GraphQL is set to `/graphql`. The Playground is enabled by default for both the development and staging environments, however it is disabled in production, by changing the config option `playgroundAlways` to true, you can enable it.
|
||||
|
||||
Security limits on maximum number of items in your response by default is limited to 100, however you can change this on the following config option `amountLimit`. This should only be changed after careful consideration of the drawbacks of a large query which can cause what would basically be a DDoS (Distributed Denial of Service). And may cause abnormal load on your Strapi server, as well as your database server.
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user