comparison app/config/config_dev.yml @ 0:493bcb69166c

added public content
author Daniel Wolff
date Tue, 09 Feb 2016 20:54:02 +0100
parents
children
comparison
equal deleted inserted replaced
-1:000000000000 0:493bcb69166c
1 imports:
2 - { resource: config.yml }
3
4 framework:
5 router:
6 resource: "%kernel.root_dir%/config/routing_dev.yml"
7 strict_requirements: true
8 profiler: { only_exceptions: false }
9 templating:
10 assets_base_urls: './$/_dev'
11
12 web_profiler:
13 toolbar: "%debug_toolbar%"
14 intercept_redirects: "%debug_redirects%"
15
16 monolog:
17 handlers:
18 main:
19 type: stream
20 path: "%kernel.logs_dir%/%kernel.environment%.log"
21 level: debug
22 console:
23 type: console
24 bubble: false
25 # uncomment to get logging in your browser
26 # you may have to allow bigger header sizes in your Web server configuration
27 #firephp:
28 # type: firephp
29 # level: info
30 #chromephp:
31 # type: chromephp
32 # level: info
33
34 assetic:
35 write_to: "%kernel.root_dir%/../$/_dev"
36 #swiftmailer:
37 # delivery_address: me@example.com