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:
399399
400400 # config/packages/framework.yaml
401401 parameters :
402- env(AUTH_FILE) : ' .. /config/auth.json'
402+ env(AUTH_FILE) : ' %kernel.project_dir% /config/auth.json'
403403 google :
404404 auth : ' %env(file:AUTH_FILE)%'
405405
@@ -440,7 +440,7 @@ Symfony provides the following env var processors:
440440
441441 # config/packages/framework.yaml
442442 parameters :
443- env(PHP_FILE) : ' .. /config/.runtime-evaluated.php'
443+ env(PHP_FILE) : ' %kernel.project_dir% /config/.runtime-evaluated.php'
444444 app :
445445 auth : ' %env(require:PHP_FILE)%'
446446
@@ -482,7 +482,7 @@ Symfony provides the following env var processors:
482482
483483 # config/packages/framework.yaml
484484 parameters :
485- env(AUTH_FILE) : ' .. /config/auth.json'
485+ env(AUTH_FILE) : ' %kernel.project_dir% /config/auth.json'
486486 google :
487487 auth : ' %env(trim:file:AUTH_FILE)%'
488488
You can’t perform that action at this time.
0 commit comments