File tree Expand file tree Collapse file tree 1 file changed +13
-4
lines changed Expand file tree Collapse file tree 1 file changed +13
-4
lines changed Original file line number Diff line number Diff line change @@ -120,11 +120,20 @@ Check if your server meets the requirements by running:
120120
121121 $ php app/check.php
122122
123- B) Configure your ``app/config/parameters.yml `` File
124- ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
123+ .. _b-configure-your-app-config-parameters-yml-file :
125124
126- This file should *not * be deployed, but managed through the automatic utilities
127- provided by Symfony.
125+ B) Configure your Parameters File
126+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
127+
128+ Most Symfony applications define configuration parameters in a file called
129+ ``app/config/parameters.yml ``. This file should *not * be deployed, because
130+ Symfony generates it automatically using the ``app/config/parameters.yml.dist ``
131+ file as a template (that's why ``parameters.yml.dist `` must be committed and
132+ deployed).
133+
134+ If your application uses environment variables instead of these parameters, you
135+ must define those env vars in your production server using the tools provided by
136+ your hosting service.
128137
129138C) Install/Update your Vendors
130139~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
You can’t perform that action at this time.
0 commit comments