Skip to content

Commit 97b296d

Browse files
committed
Minor reword
1 parent 3d7c3b3 commit 97b296d

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

deployment.rst

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -138,11 +138,10 @@ If your application uses environment variables instead of these parameters, you
138138
must define those env vars in your production server using the tools provided by
139139
your hosting service.
140140

141-
.. tip::
142-
143-
You need to enable the ``prod`` environment with the environment variable
144-
  ``SYMFONY_ENV=prod`` (or ``APP_ENV=prod`` if you're
145-
  using :doc:`Symfony Flex </setup/flex>`)
141+
At the very least you need to define the ``SYMFONY_ENV=prod`` (or
142+
``APP_ENV=prod`` if you're using :doc:`Symfony Flex </setup/flex>`) to run the
143+
application in ``prod`` mode, but depending on your application you may need to
144+
define other env vars too.
146145

147146
C) Install/Update your Vendors
148147
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

0 commit comments

Comments
 (0)