diff --git a/cookbook/profiler/storage.rst b/cookbook/profiler/storage.rst index ca3c5b40c7c..3e87bc9016c 100644 --- a/cookbook/profiler/storage.rst +++ b/cookbook/profiler/storage.rst @@ -15,11 +15,11 @@ uses MySQL as the storage for the profiler with a lifetime of one hour: # app/config/config.yml framework: - profiler: - dsn: "mysql:host=localhost;dbname=%database_name%" - username: "%database_user%" - password: "%database_password%" - lifetime: 3600 + profiler: + dsn: "mysql:host=localhost;dbname=%database_name%" + username: "%database_user%" + password: "%database_password%" + lifetime: 3600 .. code-block:: xml