mirror of
https://github.com/symfony/recipes.git
synced 2026-09-11 23:26:27 +03:00
15 lines
437 B
YAML
15 lines
437 B
YAML
framework:
|
|
secret: '%env(APP_SECRET)%'
|
|
#default_locale: en
|
|
#csrf_protection: ~
|
|
#http_method_override: true
|
|
#trusted_hosts: ~
|
|
# https://symfony.com/doc/current/reference/configuration/framework.html#handler-id
|
|
#session:
|
|
# handler_id: session.handler.native_file
|
|
# save_path: '%kernel.project_dir%/var/sessions/%kernel.environment%'
|
|
#esi: ~
|
|
#fragments: ~
|
|
php_errors:
|
|
log: true
|