diff --git a/reference/configuration/framework.rst b/reference/configuration/framework.rst index e179a1e8888..835b2ce8787 100644 --- a/reference/configuration/framework.rst +++ b/reference/configuration/framework.rst @@ -42,9 +42,6 @@ Configuration * `only_exceptions`_ * `only_master_requests`_ * `dsn`_ - * `username`_ - * `password`_ - * `lifetime`_ * `matcher`_ * `ip`_ * :ref:`path ` @@ -556,28 +553,6 @@ The DSN where to store the profiling information. See :doc:`/profiler/storage` for more information about the profiler storage. -username -........ - -**type**: ``string`` **default**: ``''`` - -When needed, the username for the profiling storage. - -password -........ - -**type**: ``string`` **default**: ``''`` - -When needed, the password for the profiling storage. - -lifetime -........ - -**type**: ``integer`` **default**: ``86400`` - -The lifetime of the profiling storage in seconds. The data will be deleted -when the lifetime is expired. - matcher ....... @@ -1474,9 +1449,6 @@ Full Default Configuration only_exceptions: false only_master_requests: false dsn: file:%kernel.cache_dir%/profiler - username: - password: - lifetime: 86400 matcher: ip: ~