Skip to content

Commit c5d841b

Browse files
committed
bug #1579 Re-add fixed APP_SECRET value (nicolas-grekas)
This PR was merged into the main branch. Discussion ---------- Re-add fixed APP_SECRET value Instead of #1577? Commits ------- 2b707b3 Re-add fixed APP_SECRET value
2 parents fb77fd5 + 2b707b3 commit c5d841b

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

.env.local.demo

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
# This variable is for the demo app only!
2+
# See https://symfony.com/doc/current/reference/configuration/framework.html#configuration-framework-secret
3+
APP_SECRET=not-a-secret--read-the-doc!

composer.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -91,6 +91,7 @@
9191
},
9292
"scripts": {
9393
"auto-scripts": {
94+
"-r \"@rename('.env.local.demo', '.env.local');\"": "php-script",
9495
"cache:clear": "symfony-cmd",
9596
"assets:install %PUBLIC_DIR%": "symfony-cmd",
9697
"importmap:install": "symfony-cmd",

0 commit comments

Comments
 (0)