|
@@ -79,7 +79,7 @@ parameters:
|
|
|
#
|
|
|
# Enabling Twig debugging is not recommended in production environments.
|
|
|
# @default false
|
|
|
- debug: true
|
|
|
+ debug: false
|
|
|
# Twig auto-reload:
|
|
|
#
|
|
|
# Automatically recompile Twig templates whenever the source code changes.
|
|
@@ -161,7 +161,7 @@ parameters:
|
|
|
# Enabling render cache debugging is not recommended in production
|
|
|
# environments.
|
|
|
# @default false
|
|
|
- debug: true
|
|
|
+ debug: false
|
|
|
# Cacheability debugging:
|
|
|
#
|
|
|
# Responses with cacheability metadata (CacheableResponseInterface instances)
|