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.
1 parent 5bf143b commit d911cabCopy full SHA for d911cab
best_practices.rst
@@ -88,8 +88,10 @@ application behavior.
88
:ref:`Use env vars in your project <config-env-vars>` to define these options
89
and create multiple ``.env`` files to :ref:`configure env vars per environment <config-dot-env>`.
90
91
+.. _use-secret-for-sensitive-information:
92
+
93
Use Secrets for Sensitive Information
-~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
94
+~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
95
96
When your application has sensitive configuration - like an API key - you should
97
store those securely via :doc:`Symfony’s secrets management system </configuration/secrets>`.
0 commit comments