hesabixSite/config/packages/framework.yaml
2025-01-11 16:09:27 +00:00

19 lines
457 B
YAML

# see https://symfony.com/doc/current/reference/configuration/framework.html
framework:
secret: '%env(APP_SECRET)%'
# Note that the session will be started ONLY if you read or write from it.
session: true
#esi: true
#fragments: true
http_client:
default_options:
verify_peer: false
when@test:
framework:
test: true
session:
storage_factory_id: session.storage.factory.mock_file