mirror of
https://github.com/symfony/recipes-contrib.git
synced 2026-09-15 00:56:29 +03:00
18 lines
589 B
YAML
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)%'
|