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 a51c623 commit 52a05c3Copy full SHA for 52a05c3
cookbook/profiler/storage.rst
@@ -15,11 +15,11 @@ uses MySQL as the storage for the profiler with a lifetime of one hour:
15
16
# app/config/config.yml
17
framework:
18
- profiler:
19
- dsn: "mysql:host=localhost;dbname=%database_name%"
20
- username: "%database_user%"
21
- password: "%database_password%"
22
- lifetime: 3600
+ profiler:
+ dsn: "mysql:host=localhost;dbname=%database_name%"
+ username: "%database_user%"
+ password: "%database_password%"
+ lifetime: 3600
23
24
.. code-block:: xml
25
0 commit comments