@@ -44,7 +44,7 @@ variable in your service container configuration, you can reference it using
44
44
xsi : schemaLocation =" http://symfony.com/schema/dic/services
45
45
https://symfony.com/schema/dic/services/services-1.0.xsd
46
46
http://symfony.com/schema/dic/doctrine
47
- http ://symfony.com/schema/dic/doctrine/doctrine-1.0.xsd" >
47
+ https ://symfony.com/schema/dic/doctrine/doctrine-1.0.xsd" >
48
48
49
49
<doctrine : config >
50
50
<doctrine : dbal
@@ -172,7 +172,7 @@ turn the value of the ``HTTP_PORT`` env var into an integer:
172
172
xsi : schemaLocation =" http://symfony.com/schema/dic/services
173
173
https://symfony.com/schema/dic/services/services-1.0.xsd
174
174
http://symfony.com/schema/dic/symfony
175
- http ://symfony.com/schema/dic/symfony/symfony-1.0.xsd" >
175
+ https ://symfony.com/schema/dic/symfony/symfony-1.0.xsd" >
176
176
177
177
<framework : config >
178
178
<framework : router http-port =" %env(int:HTTP_PORT)%" />
@@ -213,7 +213,7 @@ Symfony provides the following env var processors:
213
213
xsi : schemaLocation =" http://symfony.com/schema/dic/services
214
214
https://symfony.com/schema/dic/services/services-1.0.xsd
215
215
http://symfony.com/schema/dic/symfony
216
- http ://symfony.com/schema/dic/symfony/symfony-1.0.xsd" >
216
+ https ://symfony.com/schema/dic/symfony/symfony-1.0.xsd" >
217
217
218
218
<parameters >
219
219
<parameter key =" env(SECRET)" >some_secret</parameter >
@@ -253,7 +253,7 @@ Symfony provides the following env var processors:
253
253
xsi : schemaLocation =" http://symfony.com/schema/dic/services
254
254
https://symfony.com/schema/dic/services/services-1.0.xsd
255
255
http://symfony.com/schema/dic/symfony
256
- http ://symfony.com/schema/dic/symfony/symfony-1.0.xsd" >
256
+ https ://symfony.com/schema/dic/symfony/symfony-1.0.xsd" >
257
257
258
258
<parameters >
259
259
<parameter key =" env(HTTP_METHOD_OVERRIDE)" >true</parameter >
@@ -349,7 +349,7 @@ Symfony provides the following env var processors:
349
349
xsi : schemaLocation =" http://symfony.com/schema/dic/services
350
350
https://symfony.com/schema/dic/services/services-1.0.xsd
351
351
http://symfony.com/schema/dic/symfony
352
- http ://symfony.com/schema/dic/symfony/symfony-1.0.xsd" >
352
+ https ://symfony.com/schema/dic/symfony/symfony-1.0.xsd" >
353
353
354
354
<parameters >
355
355
<parameter key =" env(TRUSTED_HOSTS)" >["10.0.0.1", "10.0.0.2"]</parameter >
@@ -430,7 +430,7 @@ Symfony provides the following env var processors:
430
430
xsi : schemaLocation =" http://symfony.com/schema/dic/services
431
431
https://symfony.com/schema/dic/services/services-1.0.xsd
432
432
http://symfony.com/schema/dic/symfony
433
- http ://symfony.com/schema/dic/symfony/symfony-1.0.xsd" >
433
+ https ://symfony.com/schema/dic/symfony/symfony-1.0.xsd" >
434
434
435
435
<parameters >
436
436
<parameter key =" env(AUTH_FILE)" >../config/auth.json</parameter >
0 commit comments