]> Raphaël G. Git Repositories - airlibre/commitdiff
Readd config packages routing yaml file
authorRaphaël Gertz <git@rapsys.eu>
Tue, 27 Feb 2024 11:14:43 +0000 (12:14 +0100)
committerRaphaël Gertz <git@rapsys.eu>
Tue, 27 Feb 2024 11:14:43 +0000 (12:14 +0100)
Add routing config

config/packages/routing.yaml [new file with mode: 0644]

diff --git a/config/packages/routing.yaml b/config/packages/routing.yaml
new file mode 100644 (file)
index 0000000..37bda41
--- /dev/null
@@ -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