app/config/config_dev.yml
author cavaliet
Mon, 28 Nov 2011 15:58:34 +0100
changeset 43 9124c70d4fd2
parent 0 7f95f8617b0b
permissions -rwxr-xr-x
Finalise to implement the document profile with the list of columns.

imports:
    - { resource: config.yml }

framework:
    router:   { resource: "%kernel.root_dir%/config/routing_dev.yml" }
    profiler: { only_exceptions: false }

web_profiler:
    toolbar: true
    intercept_redirects: false

monolog:
    handlers:
        main:
            type:  stream
            path:  %kernel.logs_dir%/%kernel.environment%.log
            level: debug
        firephp:
            type:  firephp
            level: info

assetic:
    use_controller: true