2019-12-30 11:36:29 +00:00
|
|
|
framework:
|
2020-02-03 18:01:16 +00:00
|
|
|
secret: '%env(APP_SECRET)%'
|
2020-02-17 08:09:45 +00:00
|
|
|
csrf_protection: true
|
2020-02-03 18:01:16 +00:00
|
|
|
#http_method_override: true
|
2019-12-30 11:36:29 +00:00
|
|
|
|
2020-02-17 08:09:45 +00:00
|
|
|
# Note: Session will only be started if you read or write from it.
|
2020-02-03 18:01:16 +00:00
|
|
|
session:
|
2020-04-13 09:46:32 +01:00
|
|
|
cookie_lifetime: null
|
2020-02-03 18:01:16 +00:00
|
|
|
handler_id: null
|
|
|
|
cookie_secure: auto
|
|
|
|
cookie_samesite: lax
|
2019-12-30 11:36:29 +00:00
|
|
|
|
2020-02-03 18:01:16 +00:00
|
|
|
php_errors:
|
|
|
|
log: true
|
2020-03-06 16:32:32 +00:00
|
|
|
|
|
|
|
assets:
|
2021-01-19 12:35:58 +00:00
|
|
|
base_path: '/'
|