mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-06-12 13:24:25 +00:00
12 lines
552 B
YAML
12 lines
552 B
YAML
framework:
|
|
secret: Not very secret
|
|
router: { resource: "%kernel.root_dir%/config/routing.yml" }
|
|
form: true
|
|
csrf_protection: true
|
|
session: ~
|
|
default_locale: fr
|
|
translator: { fallback: fr }
|
|
profiler: { only_exceptions: false }
|
|
templating:
|
|
engines: ['twig']
|