Removing default values from config file

This commit is contained in:
David Négrier
2019-05-29 22:32:34 +02:00
parent 1604c578ed
commit e0b9d26fc8
@@ -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