Skip to content

Commit 99e429e

Browse files
committed
minor #14747 [FrameworkBundle] Config reference for Secrets (Nyholm)
This PR was squashed before being merged into the 4.4 branch. Discussion ---------- [FrameworkBundle] Config reference for Secrets Commits ------- c2500f9 [FrameworkBundle] Config reference for Secrets
2 parents 51ff95d + c2500f9 commit 99e429e

File tree

1 file changed

+31
-0
lines changed

1 file changed

+31
-0
lines changed

reference/configuration/framework.rst

Lines changed: 31 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -197,6 +197,12 @@ Configuration
197197
* `utf8`_
198198

199199
* `secret`_
200+
* `secrets`_
201+
202+
* `decryption_env_var`_
203+
* `local_dotenv_file`_
204+
* `vault_directory`_
205+
200206
* `serializer`_
201207

202208
* :ref:`circular_reference_handler <reference-serializer-circular_reference_handler>`
@@ -2483,6 +2489,31 @@ annotation changes). For performance reasons, it is recommended to disable
24832489
debug mode in production, which will happen automatically if you use the
24842490
default value.
24852491

2492+
2493+
secrets
2494+
~~~~~~~
2495+
2496+
decryption_env_var
2497+
..................
2498+
2499+
**type**: ``string`` **default**: ``base64:default::SYMFONY_DECRYPTION_SECRET``
2500+
2501+
The environment variable that contains the decryption key.
2502+
2503+
local_dotenv_file
2504+
.................
2505+
2506+
**type**: ``string`` **default**: ``%kernel.project_dir%/.env.%kernel.environment%.local``
2507+
2508+
Path to an dotenv file that holds secrets. This is primarily used for testing.
2509+
2510+
vault_directory
2511+
...............
2512+
2513+
**type**: ``string`` **default**: ``%kernel.project_dir%/config/secrets/%kernel.environment%``
2514+
2515+
The directory where the vault of secrets is stored.
2516+
24862517
.. _configuration-framework-serializer:
24872518

24882519
serializer

0 commit comments

Comments
 (0)