Skip to content

Commit

Permalink
Update doctrine.rst
Browse files Browse the repository at this point in the history
Hello,

I just add env variable for mariadb.
  • Loading branch information
abdounikarim authored Nov 19, 2020
1 parent c5dbbd7 commit c639ea4
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions doctrine.rst
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,9 @@ The database connection information is stored as an environment variable called
# customize this line!
DATABASE_URL="mysql://db_user:[email protected]:3306/db_name?serverVersion=5.7"
# to use mariadb:
DATABASE_URL="mysql://db_user:[email protected]:3306/db_name?serverVersion=mariadb-10.5.8"
# to use sqlite:
# DATABASE_URL="sqlite:///%kernel.project_dir%/var/app.db"
Expand Down

0 comments on commit c639ea4

Please sign in to comment.