Skip to content

Instantly share code, notes, and snippets.

@jeremymarc
Forked from havvg/config_dev.yml
Created July 24, 2012 17:52
Show Gist options
  • Save jeremymarc/3171486 to your computer and use it in GitHub Desktop.
Save jeremymarc/3171486 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