Skip to content

Commit d7a78f7

Browse files
Generate APP_SECRET in .env.dev (#1343)
1 parent b92382d commit d7a78f7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

symfony/framework-bundle/7.2/manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
"APP_SECRET": ""
1717
},
1818
"dotenv": {
19-
"local": {
19+
"dev": {
2020
"APP_SECRET": "%generate(secret)%"
2121
}
2222
},

0 commit comments

Comments
 (0)