We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2369e85 commit 6d46672Copy full SHA for 6d46672
.env
@@ -23,3 +23,7 @@
23
# Configure your db driver and server_version in config/packages/doctrine.yaml
24
DATABASE_URL=mysql://user:password_or_empty_if_none@127.0.0.1:3306/DatabaseName
25
###< doctrine/doctrine-bundle ###
26
+
27
+ UPLOAD_DIR=upload
28
+ IMAGES_UPLOAD_DIR=upload/images
29
+ FILES_UPLOAD_DIR=upload/files
0 commit comments