mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-06-21 17:54:24 +00:00
12 lines
412 B
YAML
12 lines
412 B
YAML
# config/config.yml
|
|
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: #required for assetic. Remove if not needed
|
|
engines: ['twig'] |