Skip to content

Commit 196377f

Browse files
committed
minor #10050 Minor reword of deployment article when using Flex (javiereguiluz)
This PR was merged into the 4.0 branch. Discussion ---------- Minor reword of deployment article when using Flex In 4.0 docs we always assume the reader is using Flex. Commits ------- 54b838c Minor reword of deployment article when using Flex
2 parents 5233776 + 54b838c commit 196377f

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

deployment.rst

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -132,10 +132,9 @@ How you set environment variables, depends on your setup: they can be set at the
132132
command line, in your Nginx configuration, or via other methods provided by your
133133
hosting service.
134134

135-
At the very least you need to define the ``SYMFONY_ENV=prod`` (or
136-
``APP_ENV=prod`` if you're using :doc:`Symfony Flex </setup/flex>`) to run the
137-
application in ``prod`` mode, but depending on your application you may need to
138-
define other env vars too.
135+
At the very least you need to define the ``APP_ENV=prod`` environment variable
136+
to run the application in ``prod`` mode, but depending on your application you
137+
may need to define other env vars too.
139138

140139
C) Install/Update your Vendors
141140
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

0 commit comments

Comments
 (0)