Skip to content

Commit 533aa1b

Browse files
committed
Merge pull request #7 from symfony-cmf/adjust-to-phpcr-bundle
the parameter is now optional and the semantics changed to the connection name
2 parents bc126aa + c0efbfb commit 533aa1b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

resources/config/dist/parameters.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ parameters:
33
#type: jackrabbit
44
#url: http://localhost:8080/server/
55
type: doctrinedbal
6-
connection: doctrine.dbal.default_connection
6+
# connection: default
77
phpcr_workspace: default
88
phpcr_user: admin
99
phpcr_pass: admin

0 commit comments

Comments
 (0)