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 2e32449 + b672b28 commit e6fdd30Copy full SHA for e6fdd30
configuration/secrets.rst
@@ -94,6 +94,11 @@ in ``config/secrets/prod``. You can also set the secret in a few other ways:
94
# or let Symfony generate a random value for you
95
$ php bin/console secrets:set REMEMBER_ME --random
96
97
+.. note::
98
+
99
+ There's no command to rename secrets, so you'll need to create a new secret
100
+ and remove the old one.
101
102
Referencing Secrets in Configuration Files
103
------------------------------------------
104
0 commit comments