Configure APP_SHARE_DIR to var/share by default (#1465)

This commit is contained in:
Nicolas Grekas
2025-10-29 10:37:53 +01:00
committed by GitHub
parent 0748c856dd
commit bf21b8a462
+2 -1
View File
@@ -14,7 +14,8 @@
},
"env": {
"APP_ENV": "dev",
"APP_SECRET": ""
"APP_SECRET": "",
"APP_SHARE_DIR": "$APP_PROJECT_DIR/var/share"
},
"dotenv": {
"dev": {