From 8f019d94df6c2e2dbd9856af406823c555d45604 Mon Sep 17 00:00:00 2001 From: Jerome Despatis Date: Tue, 29 Jul 2014 11:53:02 +0200 Subject: [PATCH] make config_dev.yml a valid YML file `%..%` must be wrapped by quotes, or YML file is not valid! --- app/config/config_dev.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/app/config/config_dev.yml b/app/config/config_dev.yml index 08dc82a36e..52b7372465 100644 --- a/app/config/config_dev.yml +++ b/app/config/config_dev.yml @@ -8,8 +8,8 @@ framework: profiler: { only_exceptions: false } web_profiler: - toolbar: %debug_toolbar% - intercept_redirects: %debug_redirects% + toolbar: "%debug_toolbar%" + intercept_redirects: "%debug_redirects%" monolog: handlers: @@ -30,7 +30,7 @@ monolog: # level: info assetic: - use_controller: %use_assetic_controller% + use_controller: "%use_assetic_controller%" #swiftmailer: # delivery_address: me@example.com