8000 Fixes typo with reassigning env vars. · symfony/symfony-docs@5aabd74 · GitHub
[go: up one dir, main page]

Skip to content

Commit 5aabd74

Browse files
author
Denis Brumann
committed
Fixes typo with reassigning env vars.
Fixes #11304
1 parent c647b2d commit 5aabd74

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup/symfony_server.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -292,7 +292,7 @@ application, so you add the following to the ``.env.local`` file:
292292
.. code-block:: bash
293293
294294
# .env.local
295-
MYSQL_URL=${DATABASE_URL}
295+
DATABASE_URL=${MYSQL_URL}
296296
# ...
297297
298298
Now you can start the containers and all their services will be exposed. Browse

0 commit comments

Comments
 (0)
0