Merge pull request #181

This commit is contained in:
symfony-flex-server[bot]
2019-04-06 10:19:38 +00:00
committed by GitHub
2 changed files with 30 additions and 0 deletions
@@ -0,0 +1,17 @@
doctrine_phpcr:
session:
backend:
type: jackrabbit
url: 'localhost'
# connection: default
# requires DoctrineCacheBundle
# caches:
# meta: doctrine_cache.providers.phpcr_meta
# nodes: doctrine_cache.providers.phpcr_nodes
# enable logging
# logging: true
# enable profiling in the debug toolbar.
# profiling: true
workspace: '%env(PHPCR_WORKSPACE)%'
username: '%env(PHPCR_USER)%'
password: '%env(PHPCR_PASSWORD)%'
+13
View File
@@ -0,0 +1,13 @@
{
"bundles": {
"Doctrine\\Bundle\\PHPCRBundle\\DoctrinePHPCRBundle": ["all"]
},
"copy-from-recipe": {
"config/": "%CONFIG_DIR%/"
},
"env": {
"PHPCR_USER": "admin",
"PHPCR_PASSWORD": "admin",
"PHPCR_WORKSPACE": "default"
}
}