Skip to content

Commit 7bff3e5

Browse files
author
alexandresalome
committed
[FrameworkBundle] Set the file storage as default storage for Symfony2
1 parent 4cbc5c4 commit 7bff3e5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

DependencyInjection/Configuration.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,7 @@ private function addProfilerSection(ArrayNodeDefinition $rootNode)
117117
->children()
118118
->booleanNode('only_exceptions')->defaultFalse()->end()
119119
->booleanNode('only_master_requests')->defaultFalse()->end()
120-
->scalarNode('dsn')->defaultValue('sqlite:%kernel.cache_dir%/profiler.db')->end()
120+
->scalarNode('dsn')->defaultValue('file:%kernel.cache_dir%/profiler')->end()
121121
->scalarNode('username')->defaultValue('')->end()
122122
->scalarNode('password')->defaultValue('')->end()
123123
->scalarNode('lifetime')->defaultValue(86400)->end()

0 commit comments

Comments
 (0)