X-Git-Url: https://git.rapsys.eu/airlibre/blobdiff_plain/048ea02f8dee4882447b444fce371999e8492735..0297a5f3df05d9a3f8013bba0ab5ffc2b525d465:/config/packages/routing.yaml diff --git a/config/packages/routing.yaml b/config/packages/routing.yaml index 7e97762..37bda41 100644 --- a/config/packages/routing.yaml +++ b/config/packages/routing.yaml @@ -1,3 +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