]> Raphaƫl G. Git Repositories - airlibre/blob - config/packages/framework.yaml
Ignore config secrets
[airlibre] / config / packages / framework.yaml
1 # see https://symfony.com/doc/current/reference/configuration/framework.html
2 framework:
3 secret: '%env(APP_SECRET)%'
4 #csrf_protection: true
5
6 # Note that the session will be started ONLY if you read or write from it.
7 session: true
8
9 #esi: true
10 #fragments: true
11
12 when@test:
13 framework:
14 test: true
15 session:
16 storage_factory_id: session.storage.factory.mock_file