mirror of
https://github.com/Sylius/Sylius.git
synced 2026-07-14 17:10:53 +00:00
13 lines
405 B
YAML
13 lines
405 B
YAML
framework:
|
|
translator: { fallbacks: ["%locale%", "en"] }
|
|
secret: '%env(APP_SECRET)%'
|
|
router:
|
|
resource: "%kernel.project_dir%/app/config/routing.yml"
|
|
strict_requirements: '%kernel.debug%'
|
|
form: true
|
|
csrf_protection: true
|
|
validation: { enable_annotations: true }
|
|
templating: { engines: ["twig"] }
|
|
default_locale: "%locale%"
|
|
session:
|
|
handler_id: ~
|