Skip to content

Commit 5529b12

Browse files
committed
Minor tweak
1 parent 47548e4 commit 5529b12

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

setup/symfony_server.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -322,9 +322,9 @@ prefixed with ``DB_``, but as the ``com.symfony.server.service-prefix`` is set
322322
to ``DATABASE``, the web server creates environment variables starting with
323323
``DATABASE_`` instead as expected by the default Symfony configuration.
324324

325-
You don't need to create two containers for a main database and a test database.
326-
Using `APP_ENV=test symfony` will automatically adjust `DATABASE_*` environment variables
327-
for a test environment.
325+
You don't need to create two containers for the main database and the test
326+
database. Using ``APP_ENV=test symfony`` will automatically adjust
327+
``DATABASE_*`` environment variables for the ``test`` environment:
328328

329329
.. code-block:: terminal
330330

0 commit comments

Comments
 (0)