Skip to content

Commit b92382d

Browse files
[symfony/framework-bundle] Generate APP_SECRET in .env.local (#1342)
1 parent f8a696d commit b92382d

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

symfony/framework-bundle/7.2/manifest.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,11 @@
1515
"APP_ENV": "dev",
1616
"APP_SECRET": ""
1717
},
18+
"dotenv": {
19+
"local": {
20+
"APP_SECRET": "%generate(secret)%"
21+
}
22+
},
1823
"gitignore": [
1924
"/.env.local",
2025
"/.env.local.php",

0 commit comments

Comments
 (0)