From 39385160057186c2b2d604c5979b097d65cbe632 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 09:08:15 +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 ef812a3..e079f04 100644 --- a/conf/dot_env +++ b/conf/dot_env @@ -58,7 +58,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=__DATA_DIR__/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.