chore: initial import for test contour
This commit is contained in:
@@ -0,0 +1,31 @@
|
||||
framework:
|
||||
http_method_override: false
|
||||
handle_all_throwables: true
|
||||
secret: '%env(APP_SECRET)%'
|
||||
|
||||
session:
|
||||
handler_id: null
|
||||
cookie_secure: auto
|
||||
cookie_samesite: lax
|
||||
storage_factory_id: session.storage.factory.native
|
||||
|
||||
php_errors:
|
||||
log: true
|
||||
|
||||
http_client:
|
||||
default_options:
|
||||
max_duration: 30
|
||||
|
||||
#esi: false
|
||||
#fragments: false
|
||||
|
||||
when@dev:
|
||||
framework:
|
||||
php_errors:
|
||||
throw: true
|
||||
|
||||
when@test:
|
||||
framework:
|
||||
test: true
|
||||
session:
|
||||
storage_factory_id: session.storage.factory.mock_file
|
||||
Reference in New Issue
Block a user