mirror of
https://github.com/kevinpapst/kimai2.git
synced 2024-12-22 12:18:29 +00:00
63a3ae1147
* use SAML interface instead of implementation * moved implementation of SAML configs to system-configuration base class * bump composer packages * simplify configuration for different env
19 lines
449 B
YAML
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
|