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:
120
120
121
121
$ php app/check.php
122
122
123
- B) Configure your ``app/config/parameters.yml `` File
124
- ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
123
+ .. _b-configure-your-app-config-parameters-yml-file :
125
124
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.
128
137
129
138
C) Install/Update your Vendors
130
139
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
You can’t perform that action at this time.
0 commit comments