collection-crud/config/packages/framework.yaml

18 lines
418 B
YAML
Raw Normal View History

2017-11-30 15:06:13 -05:00
framework:
secret: '%env(APP_SECRET)%'
default_locale: en
2017-11-30 15:06:13 -05:00
#csrf_protection: ~
#http_method_override: true
#trusted_hosts: ~
# uncomment this entire section to enable sessions
2018-02-14 15:08:03 -05:00
session:
# With this config, PHP's native session handling is used
handler_id: ~
2022-02-17 14:49:33 -05:00
#storage_id: session.storage.factory.native
2017-11-30 15:06:13 -05:00
#esi: ~
#fragments: ~
php_errors:
log: true