[wip] upgrade configuration to chill v3 (symfony 5)

This commit is contained in:
2024-07-03 11:14:05 +02:00
parent 002fd7b632
commit bf29c7756f
20 changed files with 137 additions and 199 deletions

View File

@@ -7,8 +7,6 @@ framework:
verify_peer: false
verify_host: false
# DIRTY FIX un bug dans symfony4 empêche de récupérer un tableau de variables depuis .env
# cfr. https://github.com/symfony/symfony/issues/28599
trusted_hosts:
- '^(localhost|127.0.0.1|web)$'
- '%env(resolve:TRUSTED_HOSTS)%'
@@ -31,10 +29,6 @@ framework:
#error_controller: App\Controller\ErrorController::show
## sf4 check: ou à déplacer dans un chill.yaml
assets:
json_manifest_path: '%kernel.project_dir%/public/build/manifest.json'
when@test:
framework:
test: true