chill-base-app-v3/config/packages/routing_chill.yaml

8 lines
310 B
YAML
Raw Normal View History

2024-07-03 10:07:27 +00:00
parameters:
composed_uri: 'https://%env(resolve:NOTIFICATION_HOST)%'
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: '%composed_uri%'