File tree Expand file tree Collapse file tree 1 file changed +8
-3
lines changed Expand file tree Collapse file tree 1 file changed +8
-3
lines changed Original file line number Diff line number Diff line change 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
49APP_SECRET = 2ca64f8d83b9e89f5f19d672841d6bb8
You can’t perform that action at this time.
0 commit comments