hesabixSite/config/packages/framework.yaml

19 lines
457 B
YAML
Raw Normal View History

2025-01-09 10:21:26 +03:30
# 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
2025-01-11 19:39:27 +03:30
http_client:
default_options:
verify_peer: false
2025-01-09 10:21:26 +03:30
when@test:
framework:
test: true
session:
storage_factory_id: session.storage.factory.mock_file