Subversion Repositories web.kimai2

Rev

Blame | Last modification | View Log | Download

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