From e0b9d26fc872620b0b6864f8c324b08c3330135f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?David=20N=C3=A9grier?= Date: Wed, 29 May 2019 22:32:34 +0200 Subject: [PATCH] Removing default values from config file --- .../3.0/config/packages/graphqlite.yaml | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/thecodingmachine/graphqlite-bundle/3.0/config/packages/graphqlite.yaml b/thecodingmachine/graphqlite-bundle/3.0/config/packages/graphqlite.yaml index 25761884..73fc9a23 100644 --- a/thecodingmachine/graphqlite-bundle/3.0/config/packages/graphqlite.yaml +++ b/thecodingmachine/graphqlite-bundle/3.0/config/packages/graphqlite.yaml @@ -4,13 +4,3 @@ graphqlite: controllers: App\Controller\ types: - App\ - debug: - # Include exception messages in output when an error arises - INCLUDE_DEBUG_MESSAGE: false - # Include stacktrace in output when an error arises - INCLUDE_TRACE: false - # Exceptions are not caught by the engine and propagated to Symfony - RETHROW_INTERNAL_EXCEPTIONS: false - # Exceptions that do not implement ClientAware interface are - # not caught by the engine and propagated to Symfony. - RETHROW_UNSAFE_EXCEPTIONS: true