mirror of
https://github.com/symfony/recipes.git
synced 2026-09-21 03:56:24 +03:00
Update Flex endpoint
This commit is contained in:
@@ -7,6 +7,11 @@
|
||||
},
|
||||
"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"
|
||||
}
|
||||
},
|
||||
"files": {
|
||||
@@ -16,7 +21,7 @@
|
||||
" 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:",
|
||||
@@ -38,7 +43,7 @@
|
||||
"executable": false
|
||||
}
|
||||
},
|
||||
"ref": "21b72649d5622d8f7da329ffb5afb232a023619d"
|
||||
"ref": "ab1e60e2afd5c6f4a6795908f646e235f2564eb2"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user