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
7676
7777.. code-block :: terminal
7878
79- # the input is hidden as you type for security reason
79+ # the input is hidden as you type for security reasons
8080
81- # set your development value (default, can be overridden locally)
81+ # set your default development value (can be overridden locally)
8282 $ php bin/console secrets:set DATABASE_PASSWORD
8383
8484 # set your production value
@@ -238,7 +238,7 @@ manually store this file somewhere and deploy it. There are 2 ways to do that:
2382381) Uploading the file:
239239
240240The 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.
242242
2432432) Using an Environment Variable
244244
You can’t perform that action at this time.
0 commit comments