hesabixSite/config/packages/framework.yaml
Hesabix 7fa8d514ed
Some checks are pending
PHP Composer / build (push) Waiting to run
customer panel design
2025-09-03 22:54:46 +03:30

24 lines
605 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:
enabled: true
cookie_lifetime: 604800 # 1 week
cookie_secure: false
cookie_httponly: true
cookie_samesite: 'lax'
#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