Skip to content

Commit

Permalink
[symfony/framework-bundle] Generate APP_SECRET in .env.local (#1342)
Browse files Browse the repository at this point in the history
  • Loading branch information
nicolas-grekas authored Oct 1, 2024
1 parent f8a696d commit b92382d
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions symfony/framework-bundle/7.2/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,11 @@
"APP_ENV": "dev",
"APP_SECRET": ""
},
"dotenv": {
"local": {
"APP_SECRET": "%generate(secret)%"
}
},
"gitignore": [
"/.env.local",
"/.env.local.php",
Expand Down

0 comments on commit b92382d

Please sign in to comment.