We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 28dd653 commit 1ffc0f7Copy full SHA for 1ffc0f7
testing/database.rst
@@ -15,7 +15,7 @@ your project and define the new value for the ``DATABASE_URL`` env var:
15
.. code-block:: bash
16
17
# .env.test.local
18
- DATABASE_URL=mysql://USERNAME:[email protected]:3306/DB_NAME?serverVersion=5.7
+ DATABASE_URL="mysql://USERNAME:[email protected]:3306/DB_NAME?serverVersion=5.7"
19
20
.. tip::
21
0 commit comments