We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 704e39a commit 0f95e07Copy full SHA for 0f95e07
configuration/env_var_processors.rst
@@ -394,7 +394,7 @@ Symfony provides the following env var processors:
394
// config/packages/framework.php
395
$container->setParameter('env(PHP_FILE)', '../config/.runtime-evaluated.php');
396
$container->loadFromExtension('app', [
397
- 'auth' => '%env(require:AUTH_FILE)%',
+ 'auth' => '%env(require:PHP_FILE)%',
398
]);
399
400
.. versionadded:: 4.3
0 commit comments