File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -341,13 +341,13 @@ you can define a ``staging`` environment where the client can test the project
341
341
before going to production:
342
342
343
343
#. Create a configuration directory with the same name as the environment (in
344
- this case, ``config/packages/staging/ ``);
344
+ this case, ``config/packages/staging/ ``);
345
345
#. Add the needed configuration files in ``config/packages/staging/ `` to
346
- define the behavior of the new environment. Symfony loads first the files in
347
- ``config/packages/*.yaml ``, so you must only configure the differences with
348
- those files;
346
+ define the behavior of the new environment. Symfony loads first the files in
347
+ ``config/packages/*.yaml ``, so you must only configure the differences with
348
+ those files;
349
349
#. Select the ``staging `` environment using the ``APP_ENV `` env var as explained
350
- in the previous section.
350
+ in the previous section.
351
351
352
352
.. _config-env-vars :
353
353
You can’t perform that action at this time.
0 commit comments