Skip to content

Commit f4415d5

Browse files
committed
Removed config dump
1 parent 7806aa7 commit f4415d5

File tree

1 file changed

+0
-127
lines changed

1 file changed

+0
-127
lines changed

reference/configuration/framework.rst

Lines changed: 0 additions & 127 deletions
Original file line numberDiff line numberDiff line change
@@ -462,132 +462,5 @@ and activate the data collectors by hand::
462462

463463
$profiler->enable();
464464

465-
Full default Configuration
466-
--------------------------
467-
468-
.. configuration-block::
469-
470-
.. code-block:: yaml
471-
472-
framework:
473-
secret: ~
474-
http_method_override: true
475-
trusted_proxies: []
476-
ide: ~
477-
test: ~
478-
default_locale: en
479-
480-
# form configuration
481-
form:
482-
enabled: false
483-
csrf_protection:
484-
enabled: false
485-
field_name: _token
486-
487-
# esi configuration
488-
esi:
489-
enabled: false
490-
491-
# fragments configuration
492-
fragments:
493-
enabled: false
494-
path: /_fragment
495-
496-
# profiler configuration
497-
profiler:
498-
enabled: false
499-
collect: true
500-
only_exceptions: false
501-
only_master_requests: false
502-
dsn: file:%kernel.cache_dir%/profiler
503-
username:
504-
password:
505-
lifetime: 86400
506-
matcher:
507-
ip: ~
508-
509-
# use the urldecoded format
510-
path: ~ # Example: ^/path to resource/
511-
service: ~
512-
513-
# router configuration
514-
router:
515-
resource: ~ # Required
516-
type: ~
517-
http_port: 80
518-
https_port: 443
519-
520-
# set to true to throw an exception when a parameter does not match the requirements
521-
# set to false to disable exceptions when a parameter does not match the requirements (and return null instead)
522-
# set to null to disable parameter checks against requirements
523-
# 'true' is the preferred configuration in development mode, while 'false' or 'null' might be preferred in production
524-
strict_requirements: true
525-
526-
# session configuration
527-
session:
528-
storage_id: session.storage.native
529-
handler_id: session.handler.native_file
530-
name: ~
531-
cookie_lifetime: ~
532-
cookie_path: ~
533-
cookie_domain: ~
534-
cookie_secure: ~
535-
cookie_httponly: ~
536-
gc_divisor: ~
537-
gc_probability: ~
538-
gc_maxlifetime: ~
539-
save_path: "%kernel.cache_dir%/sessions"
540-
541-
# serializer configuration
542-
serializer:
543-
enabled: false
544-
545-
# templating configuration
546-
templating:
547-
assets_version: ~
548-
assets_version_format: "%%s?%%s"
549-
hinclude_default_template: ~
550-
form:
551-
resources:
552-
553-
# Default:
554-
- FrameworkBundle:Form
555-
assets_base_urls:
556-
http: []
557-
ssl: []
558-
cache: ~
559-
engines: # Required
560-
561-
# Example:
562-
- twig
563-
loaders: []
564-
packages:
565-
566-
# Prototype
567-
name:
568-
version: ~
569-
version_format: "%%s?%%s"
570-
base_urls:
571-
http: []
572-
ssl: []
573-
574-
# translator configuration
575-
translator:
576-
enabled: false
577-
fallback: en
578-
579-
# validation configuration
580-
validation:
581-
enabled: false
582-
cache: ~
583-
enable_annotations: false
584-
translation_domain: validators
585-
586-
# annotation configuration
587-
annotations:
588-
cache: file
589-
file_cache_dir: "%kernel.cache_dir%/annotations"
590-
debug: "%kernel.debug%"
591-
592465
.. _`protocol-relative`: http://tools.ietf.org/html/rfc3986#section-4.2
593466
.. _`PhpStormOpener`: https://github.com/pinepain/PhpStormOpener

0 commit comments

Comments
 (0)