mirror of
https://github.com/symfony/recipes.git
synced 2026-09-11 23:26:27 +03:00
[symfony/framework-bundle] Generate APP_SECRET in .env.local (#1342)
This commit is contained in:
@@ -15,6 +15,11 @@
|
||||
"APP_ENV": "dev",
|
||||
"APP_SECRET": ""
|
||||
},
|
||||
"dotenv": {
|
||||
"local": {
|
||||
"APP_SECRET": "%generate(secret)%"
|
||||
}
|
||||
},
|
||||
"gitignore": [
|
||||
"/.env.local",
|
||||
"/.env.local.php",
|
||||
|
||||
Reference in New Issue
Block a user