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.
2 parents 01b5cfa + 2e4647d commit 62746a8Copy full SHA for 62746a8
configuration/secrets.rst
@@ -98,6 +98,10 @@ in ``config/secrets/prod``. You can also set the secret in a few other ways:
98
# or let Symfony generate a random value for you
99
$ php bin/console secrets:set REMEMBER_ME --random
100
101
+.. note::
102
+
103
+ If you need to rename a secret, you must create the new one and remove the old one.
104
105
Referencing Secrets in Configuration Files
106
------------------------------------------
107
0 commit comments