From c5619d439830961d5d9197dff583ae27af88915a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?E=CC=81ric=20Gaspar?= <46165813+ericgaspar@users.noreply.github.com> Date: Mon, 22 Jul 2024 13:57:56 +0200 Subject: [PATCH] Update dot_env --- conf/dot_env | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/conf/dot_env b/conf/dot_env index 50f6046..25e724f 100644 --- a/conf/dot_env +++ b/conf/dot_env @@ -55,7 +55,7 @@ SHOPPING_MIN_AUTOSYNC_INTERVAL=5 # If mediafiles are stored at a different location uncomment and change accordingly, MUST END IN / # this is not required if you are just using a subfolder # This can either be a relative path from the applications base path or the url of an external host -MEDIA_URL=/media/ +#MEDIA_URL=/media/ # Serve mediafiles directly using gunicorn. Basically everyone recommends not doing this. Please use any of the examples # provided that include an additional nxginx container to handle media file serving.