File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -399,7 +399,7 @@ Symfony provides the following env var processors:
399
399
400
400
# config/packages/framework.yaml
401
401
parameters :
402
- env(AUTH_FILE) : ' .. /config/auth.json'
402
+ env(AUTH_FILE) : ' %kernel.project_dir% /config/auth.json'
403
403
google :
404
404
auth : ' %env(file:AUTH_FILE)%'
405
405
@@ -440,7 +440,7 @@ Symfony provides the following env var processors:
440
440
441
441
# config/packages/framework.yaml
442
442
parameters :
443
- env(PHP_FILE) : ' .. /config/.runtime-evaluated.php'
443
+ env(PHP_FILE) : ' %kernel.project_dir% /config/.runtime-evaluated.php'
444
444
app :
445
445
auth : ' %env(require:PHP_FILE)%'
446
446
@@ -482,7 +482,7 @@ Symfony provides the following env var processors:
482
482
483
483
# config/packages/framework.yaml
484
484
parameters :
485
- env(AUTH_FILE) : ' .. /config/auth.json'
485
+ env(AUTH_FILE) : ' %kernel.project_dir% /config/auth.json'
486
486
google :
487
487
auth : ' %env(trim:file:AUTH_FILE)%'
488
488
You can’t perform that action at this time.
0 commit comments