Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion symfony/routing/7.0/config/packages/routing.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ 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: http://localhost
default_uri: '%env(DEFAULT_URI)%'

when@prod:
framework:
Expand Down
5 changes: 5 additions & 0 deletions symfony/routing/7.0/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,10 @@
"aliases": ["router"],
"conflict": {
"symfony/framework-bundle": "<7.0"
},
"env": {
"#1": "Configure how to generate URLs in non-HTTP contexts, such as CLI commands.",
"#2": "See https://symfony.com/doc/current/routing.html#generating-urls-in-commands",
"DEFAULT_URI": "http://localhost"
}
}
Loading