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 @@ -76,9 +76,9 @@ Suppose you want to store your database password as a secret. By using the
76
76
77
77
.. code-block :: terminal
78
78
79
- # the input is hidden as you type for security reason
79
+ # the input is hidden as you type for security reasons
80
80
81
- # set your development value (default, can be overridden locally)
81
+ # set your default development value (can be overridden locally)
82
82
$ php bin/console secrets:set DATABASE_PASSWORD
83
83
84
84
# set your production value
@@ -238,7 +238,7 @@ manually store this file somewhere and deploy it. There are 2 ways to do that:
238
238
1) Uploading the file:
239
239
240
240
The first option is to copy the **production decryption key ** -
241
- ``config/secrets/prod/prod.decrypt.private.php `` to your server(s) .
241
+ ``config/secrets/prod/prod.decrypt.private.php `` to your server.
242
242
243
243
2) Using an Environment Variable
244
244
You can’t perform that action at this time.
0 commit comments