Skip to content

Commit 193b15b

Browse files
javiereguiluzfabpot
authored andcommitted
Proposed a help note for the DB_URL config format
1 parent 6250f46 commit 193b15b

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
"DB_URL": "mysql://root@127.0.0.1:3306/symfony?charset=utf8mb4"
1213
},
1314
"aliases": ["doctrine", "orm"]

0 commit comments

Comments
 (0)