File tree Expand file tree Collapse file tree 1 file changed +11
-12
lines changed Expand file tree Collapse file tree 1 file changed +11
-12
lines changed Original file line number Diff line number Diff line change @@ -140,14 +140,16 @@ PHP. Have a look at the default configuration:
140
140
# esi: ~
141
141
# translator: { fallback: "%locale%" }
142
142
secret : " %secret%"
143
- router : { resource: "%kernel.root_dir%/config/routing.yml" }
143
+ router :
144
+ resource : " %kernel.root_dir%/config/routing.yml"
145
+ strict_requirements : " %kernel.debug%"
144
146
form : true
145
147
csrf_protection : true
146
148
validation : { enable_annotations: true }
147
149
templating : { engines: ['twig'] } # assets_version: SomeVersionScheme
148
150
default_locale : " %locale%"
149
- session :
150
- auto_start : true
151
+ trusted_proxies : ~
152
+ session : ~
151
153
152
154
# Twig Configuration
153
155
twig :
@@ -159,13 +161,13 @@ PHP. Have a look at the default configuration:
159
161
debug : " %kernel.debug%"
160
162
use_controller : false
161
163
bundles : [ ]
162
- # java: /usr/bin/java
164
+ # java: /usr/bin/java
163
165
filters :
164
166
cssrewrite : ~
165
- # closure:
166
- # jar: "%kernel.root_dir%/java/compiler.jar"
167
- # yui_css:
168
- # jar: "%kernel.root_dir%/java/yuicompressor-2.4.2 .jar"
167
+ # closure:
168
+ # jar: "%kernel.root_dir%/Resources /java/compiler.jar"
169
+ # yui_css:
170
+ # jar: "%kernel.root_dir%/Resources/ java/yuicompressor-2.4.7 .jar"
169
171
170
172
# Doctrine Configuration
171
173
doctrine :
@@ -188,10 +190,7 @@ PHP. Have a look at the default configuration:
188
190
host : " %mailer_host%"
189
191
username : " %mailer_user%"
190
192
password : " %mailer_password%"
191
-
192
- jms_security_extra :
193
- secure_controllers : true
194
- secure_all_services : false
193
+ spool : { type: memory }
195
194
196
195
Each entry like ``framework `` defines the configuration for a specific bundle.
197
196
For example, ``framework `` configures the ``FrameworkBundle `` while ``swiftmailer ``
You can’t perform that action at this time.
0 commit comments