Skip to content

Commit 19d7c56

Browse files
committed
Chore(deps) - Updated symfony/routing flex recipe
1 parent 2a9891c commit 19d7c56

File tree

4 files changed

+5
-3
lines changed

4 files changed

+5
-3
lines changed

config/packages/routing.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ framework:
22
router:
33
# Configure how to generate URLs in non-HTTP contexts, such as CLI commands.
44
# See https://symfony.com/doc/current/routing.html#generating-urls-in-commands
5-
#default_uri: http://localhost
5+
default_uri: '%env(resolve:DEFAULT_URI)%'
66

77
when@prod:
88
framework:

secrets/application.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
{
22
"DATABASE_NAME": "symfony-flex-backend",
33
"DATABASE_URL": "mysql://root:password@mariadb:3306/symfony-flex-backend?charset=utf8mb4&serverVersion=10.7.1-MariaDB",
4+
"DEFAULT_URI": "https://localhost",
45
"JWT_SECRET_KEY": "config/jwt/private.pem",
56
"JWT_PUBLIC_KEY": "config/jwt/public.pem",
67
"JWT_PASSPHRASE": "5ba3c2f86ac44c31859a10204078ac96",

secrets/application_test.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
{
22
"DATABASE_NAME": "symfony-flex-backend-test",
33
"DATABASE_URL": "mysql://root:password@mariadb:3306/symfony-flex-backend-test?charset=utf8mb4&serverVersion=10.7.1-MariaDB",
4+
"DEFAULT_URI": "https://localhost",
45
"JWT_SECRET_KEY": "config/jwt/private.pem",
56
"JWT_PUBLIC_KEY": "config/jwt/public.pem",
67
"JWT_PASSPHRASE": "5ba3c2f86ac44c31859a10204078ac96",

symfony.lock

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -400,12 +400,12 @@
400400
}
401401
},
402402
"symfony/routing": {
403-
"version": "7.2",
403+
"version": "7.3",
404404
"recipe": {
405405
"repo": "github.com/symfony/recipes",
406406
"branch": "main",
407407
"version": "7.0",
408-
"ref": "21b72649d5622d8f7da329ffb5afb232a023619d"
408+
"ref": "ab1e60e2afd5c6f4a6795908f646e235f2564eb2"
409409
},
410410
"files": [
411411
"config/packages/routing.yaml",

0 commit comments

Comments
 (0)