8000 Tweak · jongotlin/symfony-docs@ef0b3fb · GitHub
[go: up one dir, main page]

Skip to content
< 8000 header class="HeaderMktg header-logged-out js-details-container js-header Details f4 py-3" role="banner" data-is-top="true" data-color-mode=light data-light-theme=light data-dark-theme=dark>

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

8000
Appearance settings

Commit ef0b3fb

Browse files
committed
Tweak
1 parent 938350b commit ef0b3fb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doctrine/dbal.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ Then configure the ``DATABASE_URL`` environment variable in ``.env``:
3535
# .env (or override DATABASE_URL in .env.local to avoid committing your changes)
3636
3737
# customize this line!
38-
DATABASE_URL=mysql://db_user:db_password@127.0.0.1:3306/db_name?serverVersion=5.7
38+
DATABASE_URL="mysql://db_user:db_password@127.0.0.1:3306/db_name?serverVersion=5.7"
3939
4040
Further things can be configured in ``config/packages/doctrine.yaml`` - see
4141
:ref:`reference-dbal-configuration`. Remove the ``orm`` key in that file

0 commit comments

Comments
 (0)
0