mirror of
https://github.com/Sylius/Sylius.git
synced 2026-07-15 01:20:59 +00:00
20 lines
394 B
YAML
20 lines
394 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
|
|
|
|
twig:
|
|
strict_variables: true
|
|
|
|
sylius_channel:
|
|
debug: true
|