Skip to content

Commit e616e29

Browse files
authored
Update URL to use HTTPS and avoid redirection
1 parent 9cb4b60 commit e616e29

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doctrine/doctrine-bundle/1.6/manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"src/": "%SRC_DIR%/"
88
},
99
"env": {
10-
"#1": "Format described at http://docs.doctrine-project.org/projects/doctrine-dbal/en/latest/reference/configuration.html#connecting-using-a-url",
10+
"#1": "Format described at https://www.doctrine-project.org/projects/doctrine-dbal/en/latest/reference/configuration.html#connecting-using-a-url",
1111
"#2": "For an SQLite database, use: \"sqlite:///%kernel.project_dir%/var/data.db\"",
1212
"#3": "Configure your db driver and server_version in config/packages/doctrine.yaml",
1313
"DATABASE_URL": "mysql://db_user:db_password@127.0.0.1:3306/db_name"

0 commit comments

Comments
 (0)