Skip to content

Commit 059ecfa

Browse files
committed
Minor tweaks
1 parent b9f404b commit 059ecfa

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

Diff for: deployment.rst

+6-4
Original file line numberDiff line numberDiff line change
@@ -134,16 +134,18 @@ B) Configure your Environment Variables
134134
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
135135

136136
Most Symfony applications read their configuration from environment variables.
137-
While developing locally, you'll usually store these in :ref:`.env files <configuration-env-var-in-dev>`. On production, you have two options:
137+
While developing locally, you'll usually store these in :ref:`.env files <configuration-env-var-in-dev>`.
138+
On production, you have two options:
138139

139140
1. Create "real" environment variables. How you set environment variables, depends
140141
on your setup: they can be set at the command line, in your Nginx configuration,
141142
or via other methods provided by your hosting service;
142143

143-
2. Or, create a ``.env.prod.local`` file containing values specific to your production environment.
144+
2. Or, create a ``.env.prod.local`` file that contains values specific to your
145+
production environment.
144146

145-
There is no significant advantage to either of the two options: use whatever is
146-
most natural in your hosting environment.
147+
There is no significant advantage to either option: use whichever is most natural
148+
for your hosting environment.
147149

148150
.. tip::
149151

0 commit comments

Comments
 (0)