Skip to content

Commit

Permalink
Generate APP_SECRET in .env.dev
Browse files Browse the repository at this point in the history
  • Loading branch information
nicolas-grekas committed Oct 1, 2024
1 parent b92382d commit 39ad609
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion symfony/framework-bundle/7.2/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"APP_SECRET": ""
},
"dotenv": {
"local": {
"dev": {
"APP_SECRET": "%generate(secret)%"
}
},
Expand Down

0 comments on commit 39ad609

Please sign in to comment.