mirror of
https://github.com/symfony/recipes.git
synced 2026-09-12 07:36:30 +03:00
Generate APP_SECRET in .env.dev (#1343)
This commit is contained in:
@@ -16,7 +16,7 @@
|
||||
"APP_SECRET": ""
|
||||
},
|
||||
"dotenv": {
|
||||
"local": {
|
||||
"dev": {
|
||||
"APP_SECRET": "%generate(secret)%"
|
||||
}
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user