Skip to content

Commit 87d6718

Browse files
committed
Wrong services path and addition services_environment-name
1 parent c3df056 commit 87d6718

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

configuration.rst

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -387,7 +387,8 @@ set in the previous ones):
387387

388388
#. ``config/packages/*.yaml`` (and ``*.xml`` and ``*.php`` files too);
389389
#. ``config/packages/<environment-name>/*.yaml`` (and ``*.xml`` and ``*.php`` files too);
390-
#. ``config/packages/services.yaml`` (and ``services.xml`` and ``services.php`` files too);
390+
#. ``config/services.yaml`` (and ``services.xml`` and ``services.php`` files too);
391+
#. ``config/services_<environment-name>.yaml`` (and ``services_environment-name.xml`` and ``services_environment-name.php`` files too);
391392

392393
Take the ``framework`` package, installed by default, as an example:
393394

0 commit comments

Comments
 (0)