Skip to content

Commit 54b838c

Browse files
committed
Minor reword of deployment article when using Flex
1 parent bc34685 commit 54b838c

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)