File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -199,7 +199,7 @@ Symfony provides the following env var processors:
199
199
parameters :
200
200
env(SECRET) : ' some_secret'
201
201
framework :
202
- secret : ' %env(string:SECRET)%'
202
+ secret : ' %env(string:SECRET)%'
203
203
204
204
.. code-block :: xml
205
205
@@ -239,7 +239,7 @@ Symfony provides the following env var processors:
239
239
parameters :
240
240
env(HTTP_METHOD_OVERRIDE) : ' true'
241
241
framework :
242
- http_method_override : ' %env(bool:HTTP_METHOD_OVERRIDE)%'
242
+ http_method_override : ' %env(bool:HTTP_METHOD_OVERRIDE)%'
243
243
244
244
.. code-block :: xml
245
245
@@ -285,8 +285,8 @@ Symfony provides the following env var processors:
285
285
parameters :
286
286
env(HEALTH_CHECK_METHOD) : ' Symfony\Component\HttpFoundation\Request::METHOD_HEAD'
287
287
security :
288
- access_control :
289
- - { path: '^/health-check$', methods: '%env(const:HEALTH_CHECK_METHOD)%' }
288
+ access_control :
289
+ - { path: '^/health-check$', methods: '%env(const:HEALTH_CHECK_METHOD)%' }
290
290
291
291
.. code-block :: xml
292
292
@@ -335,7 +335,7 @@ Symfony provides the following env var processors:
335
335
parameters :
336
336
env(TRUSTED_HOSTS) : ' ["10.0.0.1", "10.0.0.2"]'
337
337
framework :
338
- trusted_hosts : ' %env(json:TRUSTED_HOSTS)%'
338
+ trusted_hosts : ' %env(json:TRUSTED_HOSTS)%'
339
339
340
340
.. code-block :: xml
341
341
You can’t perform that action at this time.
0 commit comments