Part-DB.Part-DB-server/config/packages/routing.yaml

13 lines
338 B
YAML
Raw Normal View History

2019-02-23 16:49:38 +01:00
framework:
router:
utf8: true
2020-05-31 19:51:44 +02:00
# 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: '%env(DEFAULT_URI)%'
2021-10-02 21:15:46 +02:00
when@prod:
framework:
router:
strict_requirements: null