Mercurial > hg > dml-open-vis
annotate app/config/config_dev.yml @ 1:f38015048f48 tip
Added GPL
author | Daniel Wolff |
---|---|
date | Sat, 13 Feb 2016 20:43:38 +0100 |
parents | 493bcb69166c |
children |
rev | line source |
---|---|
Daniel@0 | 1 imports: |
Daniel@0 | 2 - { resource: config.yml } |
Daniel@0 | 3 |
Daniel@0 | 4 framework: |
Daniel@0 | 5 router: |
Daniel@0 | 6 resource: "%kernel.root_dir%/config/routing_dev.yml" |
Daniel@0 | 7 strict_requirements: true |
Daniel@0 | 8 profiler: { only_exceptions: false } |
Daniel@0 | 9 templating: |
Daniel@0 | 10 assets_base_urls: './$/_dev' |
Daniel@0 | 11 |
Daniel@0 | 12 web_profiler: |
Daniel@0 | 13 toolbar: "%debug_toolbar%" |
Daniel@0 | 14 intercept_redirects: "%debug_redirects%" |
Daniel@0 | 15 |
Daniel@0 | 16 monolog: |
Daniel@0 | 17 handlers: |
Daniel@0 | 18 main: |
Daniel@0 | 19 type: stream |
Daniel@0 | 20 path: "%kernel.logs_dir%/%kernel.environment%.log" |
Daniel@0 | 21 level: debug |
Daniel@0 | 22 console: |
Daniel@0 | 23 type: console |
Daniel@0 | 24 bubble: false |
Daniel@0 | 25 # uncomment to get logging in your browser |
Daniel@0 | 26 # you may have to allow bigger header sizes in your Web server configuration |
Daniel@0 | 27 #firephp: |
Daniel@0 | 28 # type: firephp |
Daniel@0 | 29 # level: info |
Daniel@0 | 30 #chromephp: |
Daniel@0 | 31 # type: chromephp |
Daniel@0 | 32 # level: info |
Daniel@0 | 33 |
Daniel@0 | 34 assetic: |
Daniel@0 | 35 write_to: "%kernel.root_dir%/../$/_dev" |
Daniel@0 | 36 #swiftmailer: |
Daniel@0 | 37 # delivery_address: me@example.com |