routing.yaml 353 B

1234567891011
  1. framework:
  2. router:
  3. # Configure how to generate URLs in non-HTTP contexts, such as CLI commands.
  4. # See https://symfony.com/doc/current/routing.html#generating-urls-in-commands
  5. #default_uri: http://localhost
  6. default_uri: '%env(APP_URL)%'
  7. when@prod:
  8. framework:
  9. router:
  10. strict_requirements: null