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