From 0297a5f3df05d9a3f8013bba0ab5ffc2b525d465 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Rapha=C3=ABl=20Gertz?= Date: Tue, 27 Feb 2024 12:14:43 +0100 Subject: [PATCH] Readd config packages routing yaml file Add routing config --- config/packages/routing.yaml | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 config/packages/routing.yaml diff --git a/config/packages/routing.yaml b/config/packages/routing.yaml new file mode 100644 index 0000000..37bda41 --- /dev/null +++ b/config/packages/routing.yaml @@ -0,0 +1,11 @@ +framework: + router: + # Configure how to generate URLs in non-HTTP contexts, such as CLI commands. + # See https://symfony.com/doc/current/routing.html#generating-urls-in-commands + default_uri: 'https://airlibre.eu' + utf8: true + +when@prod: + framework: + router: + strict_requirements: null -- 2.41.0