Mercurial > hg > dml-open-vis
diff app/config/config_dev.yml @ 0:493bcb69166c
added public content
author | Daniel Wolff |
---|---|
date | Tue, 09 Feb 2016 20:54:02 +0100 |
parents | |
children |
line wrap: on
line diff
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/app/config/config_dev.yml Tue Feb 09 20:54:02 2016 +0100 @@ -0,0 +1,37 @@ +imports: + - { resource: config.yml } + +framework: + router: + resource: "%kernel.root_dir%/config/routing_dev.yml" + strict_requirements: true + profiler: { only_exceptions: false } + templating: + assets_base_urls: './$/_dev' + +web_profiler: + toolbar: "%debug_toolbar%" + intercept_redirects: "%debug_redirects%" + +monolog: + handlers: + main: + type: stream + path: "%kernel.logs_dir%/%kernel.environment%.log" + level: debug + console: + type: console + bubble: false + # uncomment to get logging in your browser + # you may have to allow bigger header sizes in your Web server configuration + #firephp: + # type: firephp + # level: info + #chromephp: + # type: chromephp + # level: info + +assetic: + write_to: "%kernel.root_dir%/../$/_dev" +#swiftmailer: +# delivery_address: me@example.com