mirror of
https://github.com/jbcr/SyliusCmsPlugin.git
synced 2026-04-29 19:43:10 +02:00
17 lines
303 B
YAML
17 lines
303 B
YAML
imports:
|
|
- { resource: "config.yml" }
|
|
|
|
doctrine:
|
|
dbal:
|
|
path: "%kernel.project_dir%/var/db_dev.sql"
|
|
|
|
web_profiler:
|
|
toolbar: true
|
|
intercept_redirects: false
|
|
|
|
framework:
|
|
router:
|
|
resource: "%kernel.project_dir%/app/config/routing_dev.yml"
|
|
profiler:
|
|
enabled: true
|