mirror of
https://github.com/symfony/recipes.git
synced 2026-09-12 07:36:30 +03:00
15 lines
389 B
YAML
15 lines
389 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:
|
|
# # The native PHP session handler will be used
|
|
# handler_id: ~
|
|
#esi: ~
|
|
#fragments: ~
|
|
php_errors:
|
|
log: true
|