Skip to content

Commit fc231dc

Browse files
authored
[framework-bundle] Prefix generated APP_SECRET by NotSecure-
1 parent d17f9fa commit fc231dc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

symfony/framework-bundle/7.0/manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
},
1414
"env": {
1515
"APP_ENV": "dev",
16-
"APP_SECRET": "%generate(secret)%"
16+
"APP_SECRET": "NotSecure-%generate(secret)%"
1717
},
1818
"gitignore": [
1919
"/.env.local",

0 commit comments

Comments
 (0)