File tree Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Original file line number Diff line number Diff line change @@ -134,14 +134,13 @@ B) Configure your Environment Variables
134134~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
135135
136136Most Symfony applications read their configuration from environment variables.
137- While developing locally, you'll usually store these in ``.env `` and ``.env.local ``
138- (for local overrides). On production, you have two options:
137+ While developing locally, you'll usually store these in :ref: `.env files <configuration-env-var-in-dev >`. On production, you have two options:
139138
1401391. Create "real" environment variables. How you set environment variables, depends
141140 on your setup: they can be set at the command line, in your Nginx configuration,
142141 or via other methods provided by your hosting service;
143142
144- 2. Or, create a ``.env.local `` file like your local development .
143+ 2. Or, create a ``.env.prod. local `` file containing values specific to your production environment .
145144
146145There is no significant advantage to either of the two options: use whatever is
147146most natural in your hosting environment.
You can’t perform that action at this time.
0 commit comments