From 72be1e8bd7e7672dbe365d79ef8b22fe054a52d4 Mon Sep 17 00:00:00 2001 From: Anto Date: Wed, 2 Oct 2019 06:49:57 +0200 Subject: [PATCH] Add missing item in default configuration --- core/configuration.md | 12 +++++++++--- 1 file changed, 9 insertions(+), 3 deletions(-) diff --git a/core/configuration.md b/core/configuration.md index 16eac592e64..d2fbc172f85 100644 --- a/core/configuration.md +++ b/core/configuration.md @@ -70,7 +70,10 @@ api_platform: # Enable the docs. enable_docs: true - + + # Enable the data collector and the WebProfilerBundle integration. + enable_profiler: true + oauth: # To enable or disable oauth. enabled: false @@ -119,6 +122,9 @@ api_platform: mapping: [] swagger: + # The active versions of OpenAPI to be exported or used in the swagger_ui. The first value is the default. + versions: [2, 3] + # The swagger api keys. api_keys: [] @@ -159,10 +165,10 @@ api_platform: # To allow partial pagination for all resource collections. # This improves performances by skipping the `COUNT` query. - partial: true + partial: false # To allow the client to enable or disable the partial pagination. - client_partial: true + client_partial: false # The name of the query parameter to enable or disable the partial pagination. partial_parameter_name: 'partial' # Default value