File tree Expand file tree Collapse file tree 4 files changed +5
-3
lines changed
Expand file tree Collapse file tree 4 files changed +5
-3
lines changed Original file line number Diff line number Diff 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
77when@prod :
88 framework :
Original file line number Diff line number Diff line change 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" ,
Original file line number Diff line number Diff line change 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" ,
Original file line number Diff line number Diff line change 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",
You can’t perform that action at this time.
0 commit comments