Files
symfony-flex-recipes-contrib/doctrine/phpcr-bundle/2.0/config/packages/doctrine_phpcr.yaml
T

18 lines
589 B
YAML

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)%'