File tree Expand file tree Collapse file tree 1 file changed +7
-4
lines changed Expand file tree Collapse file tree 1 file changed +7
-4
lines changed Original file line number Diff line number Diff line change @@ -322,10 +322,13 @@ environment.
322
322
323
323
.. _quick-tour-big-picture-environments-intro :
324
324
325
- So what *is * an environment? An :term: `Environment ` represents a group of
326
- configuration that's used to run your application. Symfony2 defines by default
327
- two environments: ``dev `` (suited for when developing the application locally)
328
- and ``prod `` (optimized for when executing the application on production).
325
+ What *is * an environment?
326
+ ~~~~~~~~~~~~~~~~~~~~~~~~~
327
+
328
+ An :term: `Environment ` represents a group of configuration that's used to run
329
+ your application. Symfony2 defines by default two environments: ``dev ``
330
+ (suited for when developing the application locally) and ``prod `` (optimized
331
+ for when executing the application on production).
329
332
330
333
Typically, the environments share a large amount of configuration options. For
331
334
that reason, you put your common configuration in ``config.yml `` and override
You can’t perform that action at this time.
0 commit comments