Skip to content

Commit d6fb1f4

Browse files
committed
Add the secret in the .env.local file
1 parent 8103abd commit d6fb1f4

File tree

2 files changed

+5
-4
lines changed

2 files changed

+5
-4
lines changed

.env

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

1717
###> symfony/framework-bundle ###
1818
APP_ENV=dev
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
19+
APP_SECRET=
2320
###< symfony/framework-bundle ###
2421

2522
###> doctrine/doctrine-bundle ###

.env.local

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
# in your own Symfony applications, you can leave this secret empty,
2+
# but in this demo application, we need it so the application runs out of the box.
3+
# see https://symfony.com/blog/new-in-symfony-7-2-optional-secret
4+
APP_SECRET=2ca64f8d83b9e89f5f19d672841d6bb8

0 commit comments

Comments
 (0)