diff --git a/best_practices/configuration.rst b/best_practices/configuration.rst index 33a781edef3..d5d0f443673 100644 --- a/best_practices/configuration.rst +++ b/best_practices/configuration.rst @@ -6,8 +6,6 @@ and security credentials) and different environments (development, production). That's why Symfony recommends that you split the application configuration into three parts. -.. _config-parameters.yml: - Infrastructure-Related Configuration ------------------------------------ @@ -53,8 +51,6 @@ To override these variables with machine-specific or sensitive values, create a environment variables, exposing sensitive information such as the database credentials. -.. _best-practices-canonical-parameters: - Canonical Parameters ~~~~~~~~~~~~~~~~~~~~