We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4cbc5c4 commit 7bff3e5Copy full SHA for 7bff3e5
DependencyInjection/Configuration.php
@@ -117,7 +117,7 @@ private function addProfilerSection(ArrayNodeDefinition $rootNode)
117
->children()
118
->booleanNode('only_exceptions')->defaultFalse()->end()
119
->booleanNode('only_master_requests')->defaultFalse()->end()
120
- ->scalarNode('dsn')->defaultValue('sqlite:%kernel.cache_dir%/profiler.db')->end()
+ ->scalarNode('dsn')->defaultValue('file:%kernel.cache_dir%/profiler')->end()
121
->scalarNode('username')->defaultValue('')->end()
122
->scalarNode('password')->defaultValue('')->end()
123
->scalarNode('lifetime')->defaultValue(86400)->end()
0 commit comments