Skip to content

Commit b3176c8

Browse files
committed
Updated comments
1 parent d6fb1f4 commit b3176c8

File tree

1 file changed

+8
-3
lines changed

1 file changed

+8
-3
lines changed

.env.local

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,9 @@
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
1+
# In regular Symfony applications, this file should not be committed
2+
# to a shared repository. We're including it in this demo app because
3+
# we need to assign a value to a specific environment variable.
4+
# See: https://symfony.com/doc/current/configuration.html#overriding-environment-values-via-env-local
5+
6+
# In your own Symfony projects, you can leave the secret empty.
7+
# However, in this demo app we provide one so it works out of the box.
8+
# See: https://symfony.com/blog/new-in-symfony-7-2-optional-secret
49
APP_SECRET=2ca64f8d83b9e89f5f19d672841d6bb8

0 commit comments

Comments
 (0)