mirror of
https://github.com/Sylius/Sylius.git
synced 2026-07-15 09:30:58 +00:00
21 lines
462 B
YAML
21 lines
462 B
YAML
# This file is part of the Sylius package.
|
|
# (c) Paweł Jędrzejewski
|
|
|
|
imports:
|
|
- { resource: config_test.yml }
|
|
|
|
doctrine:
|
|
orm:
|
|
entity_managers:
|
|
default:
|
|
metadata_cache_driver:
|
|
type: memcached
|
|
host: localhost
|
|
port: 11211
|
|
|
|
doctrine_phpcr:
|
|
odm:
|
|
metadata_cache_driver:
|
|
type: memcached
|
|
host: localhost
|
|
port: 11211
|