Skip to content

Commit bf21b8a

Browse files
Configure APP_SHARE_DIR to var/share by default (#1465)
1 parent 0748c85 commit bf21b8a

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

symfony/framework-bundle/7.4/manifest.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,8 @@
1414
},
1515
"env": {
1616
"APP_ENV": "dev",
17-
"APP_SECRET": ""
17+
"APP_SECRET": "",
18+
"APP_SHARE_DIR": "$APP_PROJECT_DIR/var/share"
1819
},
1920
"dotenv": {
2021
"dev": {

0 commit comments

Comments
 (0)