diff --git a/best_practices.rst b/best_practices.rst index dcc0d9eb3f2..798cb08572d 100644 --- a/best_practices.rst +++ b/best_practices.rst @@ -88,8 +88,10 @@ application behavior. :ref:`Use env vars in your project ` to define these options and create multiple ``.env`` files to :ref:`configure env vars per environment `. -Use Secret for Sensitive Information -~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ +.. _use-secret-for-sensitive-information: + +Use Secrets for Sensitive Information +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ When your application has sensitive configuration - like an API key - you should store those securely via :doc:`Symfony’s secrets management system `.