Skip to content

Commit 85a1636

Browse files
committed
minor #17 Proposed a help note for the DB_URL config format (javiereguiluz)
This PR was squashed before being merged into the master branch (closes #17). Discussion ---------- Proposed a help note for the DB_URL config format I'm not sure about this, but given that the URL format is so new to most developers, should we add a help note like this one? Commits ------- 193b15b Proposed a help note for the DB_URL config format
2 parents a74fd31 + 193b15b commit 85a1636

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

doctrine/doctrine-bundle/1.6/manifest.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,8 @@
77
"src/": "%SRC_DIR%/"
88
},
99
"env": {
10-
"#1": "For a sqlite database, use: \"sqlite:///%kernel.project_dir%/var/data.db\"",
10+
"#1": "DB_URL format: \"vendor://username:password@host-or-ip:port/database-name?optional=config\"",
11+
"#2": "For a sqlite database, use: \"sqlite:///%kernel.project_dir%/var/data.db\"",
1112
"DATABASE_URL": "mysql://root@127.0.0.1:3306/symfony?charset=utf8mb4"
1213
},
1314
"aliases": ["doctrine", "orm"]

0 commit comments

Comments
 (0)