You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
26 lines
602 B
26 lines
602 B
framework:
|
|
secret: '%env(APP_SECRET)%'
|
|
#default_locale: en
|
|
csrf_protection: ~
|
|
|
|
# uncomment this entire section to enable sessions
|
|
#session:
|
|
# # With this config, PHP's native session handling is used
|
|
# handler_id: ~
|
|
|
|
#esi: ~
|
|
#fragments: ~
|
|
php_errors:
|
|
log: true
|
|
|
|
templating:
|
|
engines: ['twig', 'php']
|
|
session:
|
|
# handler_id set to null will use default session handler from php.ini
|
|
handler_id: ~
|
|
name: ch_sid
|
|
fragments: ~
|
|
http_method_override: true
|
|
assets: ~
|
|
annotations: true
|
|
translator: ~
|
|
|