Skip to content

Commit

Permalink
[FrameworkBundle] Set the file storage as default storage for Symfony2
Browse files Browse the repository at this point in the history
  • Loading branch information
alexandresalome committed Sep 16, 2011
1 parent 5526072 commit 046a125
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -117,7 +117,7 @@ private function addProfilerSection(ArrayNodeDefinition $rootNode)
->children()
->booleanNode('only_exceptions')->defaultFalse()->end()
->booleanNode('only_master_requests')->defaultFalse()->end()
->scalarNode('dsn')->defaultValue('sqlite:%kernel.cache_dir%/profiler.db')->end()
->scalarNode('dsn')->defaultValue('file:%kernel.cache_dir%/profiler')->end()
->scalarNode('username')->defaultValue('')->end()
->scalarNode('password')->defaultValue('')->end()
->scalarNode('lifetime')->defaultValue(86400)->end()
Expand Down

0 comments on commit 046a125

Please sign in to comment.