Skip to content

Commit 4231f37

Browse files
committed
added a link to the docs for Doctrine URLs
1 parent 85a1636 commit 4231f37

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": "DB_URL format: \"vendor://username:password@host-or-ip:port/database-name?optional=config\"",
10+
"#1": "Format described at http://docs.doctrine-project.org/projects/doctrine-dbal/en/latest/reference/configuration.html#connecting-using-a-url",
1111
"#2": "For a sqlite database, use: \"sqlite:///%kernel.project_dir%/var/data.db\"",
1212
"DATABASE_URL": "mysql://[email protected]:3306/symfony?charset=utf8mb4"
1313
},

0 commit comments

Comments
 (0)