File tree 1 file changed +0
-28
lines changed
1 file changed +0
-28
lines changed Original file line number Diff line number Diff line change @@ -42,9 +42,6 @@ Configuration
42
42
* `only_exceptions `_
43
43
* `only_master_requests `_
44
44
* `dsn `_
45
- * `username `_
46
- * `password `_
47
- * `lifetime `_
48
45
* `matcher `_
49
46
* `ip `_
50
47
* :ref: `path <reference-profiler-matcher-path >`
@@ -556,28 +553,6 @@ The DSN where to store the profiling information.
556
553
See :doc: `/profiler/storage ` for more information about the
557
554
profiler storage.
558
555
559
- username
560
- ........
561
-
562
- **type **: ``string `` **default **: ``'' ``
563
-
564
- When needed, the username for the profiling storage.
565
-
566
- password
567
- ........
568
-
569
- **type **: ``string `` **default **: ``'' ``
570
-
571
- When needed, the password for the profiling storage.
572
-
573
- lifetime
574
- ........
575
-
576
- **type **: ``integer `` **default **: ``86400 ``
577
-
578
- The lifetime of the profiling storage in seconds. The data will be deleted
579
- when the lifetime is expired.
580
-
581
556
matcher
582
557
.......
583
558
@@ -1474,9 +1449,6 @@ Full Default Configuration
1474
1449
only_exceptions : false
1475
1450
only_master_requests : false
1476
1451
dsn : file:%kernel.cache_dir%/profiler
1477
- username :
1478
- password :
1479
- lifetime : 86400
1480
1452
matcher :
1481
1453
ip : ~
1482
1454
You can’t perform that action at this time.
0 commit comments