[symfony/framework-bundle] Generate APP_SECRET in .env.local (#1342)

This commit is contained in:
Nicolas Grekas
2024-10-01 12:19:16 +00:00
committed by GitHub
parent f8a696dd76
commit b92382d126
@@ -15,6 +15,11 @@
"APP_ENV": "dev",
"APP_SECRET": ""
},
"dotenv": {
"local": {
"APP_SECRET": "%generate(secret)%"
}
},
"gitignore": [
"/.env.local",
"/.env.local.php",