Non puoi selezionare più di 25 argomenti Gli argomenti devono iniziare con una lettera o un numero, possono includere trattini ('-') e possono essere lunghi fino a 35 caratteri.
 
 
 
 
 

11 righe
318 B

  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: '%env(DEFAULT_URI)%'
  6. when@prod:
  7. framework:
  8. router:
  9. strict_requirements: null