Skip to content

Instantly share code, notes, and snippets.

@havvg
Created July 24, 2012 09:52
Show Gist options
  • Save havvg/3169159 to your computer and use it in GitHub Desktop.
Save havvg/3169159 to your computer and use it in GitHub Desktop.
optionally import Symfony2 configuration
imports:
- { resource: parameters_dev.yml }
- { resource: config.yml }
- { resource: config_local.yml, ignore_errors: true }
framework:
profiler:
only_exceptions: false
web_profiler:
verbose: true
toolbar: true
intercept_redirects: false
#web_profiler_extra:
# routing: false
# container: false
# assetic: false
# twig: false
#monolog:
# handlers:
# firephp:
# type: firephp
# level: info
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment