mirror of
https://github.com/symfony/recipes-contrib.git
synced 2026-09-12 07:36:34 +03:00
fix indent
This commit is contained in:
@@ -2,13 +2,13 @@ doctrine_phpcr:
|
||||
# configure the PHPCR session
|
||||
session:
|
||||
backend:
|
||||
type: doctrinedbal
|
||||
connection: default
|
||||
caches:
|
||||
meta: doctrine_cache.providers.phpcr_meta
|
||||
nodes: doctrine_cache.providers.phpcr_nodes
|
||||
parameters:
|
||||
jackalope.check_login_on_server: false
|
||||
type: doctrinedbal
|
||||
connection: default
|
||||
caches:
|
||||
meta: doctrine_cache.providers.phpcr_meta
|
||||
nodes: doctrine_cache.providers.phpcr_nodes
|
||||
parameters:
|
||||
jackalope.check_login_on_server: false
|
||||
workspace: '%env(PHPCR_WORKSPACE)%'
|
||||
username: '%env(PHPCR_USER)%'
|
||||
password: '%env(PHPCR_PASSWORD)%'
|
||||
@@ -24,4 +24,4 @@ doctrine_cache:
|
||||
phpcr_meta:
|
||||
type: file_system
|
||||
phpcr_nodes:
|
||||
type: file_system
|
||||
type: file_system
|
||||
|
||||
Reference in New Issue
Block a user