Skip to content

Commit 2efed8c

Browse files
committed
minor #4660 Fix indentation of YAML example (xelaris)
This PR was merged into the 2.3 branch. Discussion ---------- Fix indentation of YAML example | Q | A | ------------- | --- | Doc fix? | yes | New docs? | no | Applies to | all | Fixed tickets | Commits ------- 52a05c3 Fix indentation of YAML example
2 parents 7ea4b10 + 52a05c3 commit 2efed8c

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

cookbook/profiler/storage.rst

+5-5
Original file line numberDiff line numberDiff line change
@@ -15,11 +15,11 @@ uses MySQL as the storage for the profiler with a lifetime of one hour:
1515
1616
# app/config/config.yml
1717
framework:
18-
profiler:
19-
dsn: "mysql:host=localhost;dbname=%database_name%"
20-
username: "%database_user%"
21-
password: "%database_password%"
22-
lifetime: 3600
18+
profiler:
19+
dsn: "mysql:host=localhost;dbname=%database_name%"
20+
username: "%database_user%"
21+
password: "%database_password%"
22+
lifetime: 3600
2323
2424
.. code-block:: xml
2525

0 commit comments

Comments
 (0)