Skip to content

Commit 8103abd

Browse files
committed
Readd the APP_SECRET value
1 parent 1eafe9a commit 8103abd

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.env

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,10 @@
1616

1717
###> symfony/framework-bundle ###
1818
APP_ENV=dev
19-
APP_SECRET=
19+
# in your own Symfony applications, you can leave this secret empty,
20+
# but in this example application, we need it so the application runs out of the box.
21+
# see https://symfony.com/blog/new-in-symfony-7-2-optional-secret
22+
APP_SECRET=2ca64f8d83b9e89f5f19d672841d6bb8
2023
###< symfony/framework-bundle ###
2124

2225
###> doctrine/doctrine-bundle ###

0 commit comments

Comments
 (0)