Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit cd066cc

Browse filesBrowse files
committed
tweaks thanks to review
1 parent 75e5ae6 commit cd066cc
Copy full SHA for cd066cc

File tree

Expand file treeCollapse file tree

1 file changed

+5
-6
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+5
-6
lines changed

‎configuration/secrets.rst

Copy file name to clipboardExpand all lines: configuration/secrets.rst
+5-6Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ store them by using Symfony's secrets management system - sometimes called a
2828
Generate Cryptographic Keys
2929
---------------------------
3030

31-
In order to encrypt and decrypt **secrets**, symfony needs **cryptographic keys**.
31+
In order to encrypt and decrypt **secrets**, Symfony needs **cryptographic keys**.
3232
A pair of keys can be generated by running:
3333

3434
.. code-block:: terminal
@@ -199,7 +199,7 @@ If you entered ``root``, you will now see this in your ``.env.dev.local`` file:
199199
DATABASE_PASSWORD=root
200200
201201
This will *override* the ``DATABASE_PASSWORD`` secret because environment variables
202-
always "win" over secrets.
202+
always take precedence over secrets.
203203

204204
Listing the secrets will now also display the local variable:
205205

@@ -229,11 +229,11 @@ values via the ``.env.test`` file:
229229
# .env.test
230230
DATABASE_PASSWORD="testing"
231231
232-
Deploy secrets to production
232+
Deploy Secrets to Production
233233
----------------------------
234234

235-
Because the **decryption key** is not committed, you'll need to manually
236-
store this file somewhere and deploy it. There are 2 ways to do that:
235+
Due to the fact that decryption keys should never be committed, you will need to
236+
manually store this file somewhere and deploy it. There are 2 ways to do that:
237237

238238
1) Uploading the file:
239239

@@ -317,5 +317,4 @@ The secrets system is enabled by default and some of its behavior can be configu
317317
318318
319319
.. _`libsodium`: https://pecl.php.net/package/libsodium
320-
.. _`sodium_compatparagonie/sodium_compat`: https://packagist.org/packages/paragonie/sodium_compat
321320
.. _`paragonie/sodium_compat`: https://github.com/paragonie/sodium_compat

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.