0
0
mirror of https://github.com/kevinpapst/kimai2.git synced 2024-12-22 12:18:29 +00:00
kevinpapst_kimai2/config/packages/routing.yaml
Kevin Papst 63a3ae1147
2.0 release candidate (#3808)
* use SAML interface instead of implementation
* moved implementation of SAML configs to system-configuration base class
* bump composer packages
* simplify configuration for different env
2023-02-02 00:45:50 +01:00

19 lines
449 B
YAML

framework:
router:
utf8: true
strict_requirements: null
# 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: http://localhost
when@test:
framework:
router:
strict_requirements: true
when@dev:
framework:
router:
strict_requirements: true