11 lines
334 B
YAML
11 lines
334 B
YAML
framework:
|
|
translator: { fallbacks: ["%locale%"] }
|
|
secret: '%env(APP_SECRET)%'
|
|
form: true
|
|
csrf_protection: true
|
|
session:
|
|
handler_id: ~
|
|
serializer:
|
|
mapping:
|
|
paths: [ '%kernel.project_dir%/config/serialization', '%kernel.project_dir%/src/Component/Core/Api/Resources/serialization' ]
|