File tree Expand file tree Collapse file tree 3 files changed +6
-5
lines changed
Expand file tree Collapse file tree 3 files changed +6
-5
lines changed Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ doctrine:
44
55 # IMPORTANT: You MUST configure your server version,
66 # either here or in the DATABASE_URL env var (see .env file)
7- # server_version: '5.7 '
7+ # server_version: '13 '
88
99 # only needed for MySQL
1010 charset : utf8mb4
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ doctrine:
44
55 # IMPORTANT: You MUST configure your server version,
66 # either here or in the DATABASE_URL env var (see .env file)
7- # server_version: '5.7 '
7+ # server_version: '13 '
88
99 # only needed for MySQL
1010 charset : utf8mb4
Original file line number Diff line number Diff line change 88 },
99 "env" : {
1010 "#1" : " Format described at https://www.doctrine-project.org/projects/doctrine-dbal/en/latest/reference/configuration.html#connecting-using-a-url" ,
11- "#2" : " For an SQLite database, use: \" sqlite:///%kernel.project_dir%/var/data.db\" " ,
12- "#3" : " For a MySQL database, use: \" mysql://db_user:db_password@127.0.0.1:3306/db_name?serverVersion=5.7\" " ,
13- "#4" : " IMPORTANT: You MUST configure your server version, either here or in config/packages/doctrine.yaml" ,
11+ "#2" : " IMPORTANT: You MUST configure your server version, either here or in config/packages/doctrine.yaml" ,
12+ "#3" : " " ,
13+ "#4" : " DATABASE_URL=\" sqlite:///%kernel.project_dir%/var/data.db\" " ,
14+ "#5" : " DATABASE_URL=\" mysql://db_user:db_password@127.0.0.1:3306/db_name?serverVersion=5.7\" " ,
1415 "DATABASE_URL" : " postgresql://db_user:db_password@127.0.0.1:5432/db_name?serverVersion=13&charset=utf8"
1516 },
1617 "dockerfile" : [
You can’t perform that action at this time.
0 commit comments